summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:45:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:45:49 +0000
commit3c440a5309fa7eba1fc440c3f96f8d0d217b1514 (patch)
tree4039e9b556b95212492463c252ea6369f37e56ed /Makefile
parent8866a607904f2aacd85e5a2c542dbffae0d54277 (diff)
downloadmandoc-3c440a5309fa7eba1fc440c3f96f8d0d217b1514.tar.gz
Versioning up.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6ba82684..66ac6304 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.6.4
-VDATE = 20 March 2009
+VERSION = 1.6.5
+VDATE = 21 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g