summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-01-01 19:22:56 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-01-01 19:22:56 +0000
commit7c12ffb42711eae09e3044fb6e277ee3520c0477 (patch)
tree11e30ae157ff23fdfa6ed5dbdef0b23736a461a0
parent17b167d7d727a9ea9d8e35dd3bc22b3a6e7ef31a (diff)
downloadmandoc-7c12ffb42711eae09e3044fb6e277ee3520c0477.tar.gz
mandoc-7c12ffb42711eae09e3044fb6e277ee3520c0477.tar.zst
mandoc-7c12ffb42711eae09e3044fb6e277ee3520c0477.zip
Version (pre): 1.9.15-pre2
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d62c708b..4af9009c 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.14
-VDATE = 16 November 2009
+VERSION = 1.9.15-pre2
+VDATE = 02 January 2010
VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings