aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-07 13:10:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-07 13:10:03 +0000
commitcad1b7856f01e0acd83188b5b923676a51f8a891 (patch)
tree436dde63f92aca0fde3c0baea4aee2c9c0969793 /Makefile
parent1b34a34ad88d37d2f79fb6f88d6de6b929963b55 (diff)
downloadmandoc-cad1b7856f01e0acd83188b5b923676a51f8a891.tar.gz
mandoc-cad1b7856f01e0acd83188b5b923676a51f8a891.tar.zst
mandoc-cad1b7856f01e0acd83188b5b923676a51f8a891.zip
Version bits. Here we go...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 20416b85..23615926 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,8 @@ INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.10.8
-VDATE = 24 December 2010
+VERSION = 1.10.9
+VDATE = 07 January 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings