summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-20 19:56:25 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-20 19:56:25 +0000
commit005888a175a280443f563b25ba9e548f81c58ef9 (patch)
tree6f0e121393c71a32b9e710ae4a8c833666189d8a /Makefile
parentbe580e96cc87913d3720c581d51bf965f725d8aa (diff)
downloadmandoc-005888a175a280443f563b25ba9e548f81c58ef9.tar.gz
Proper .Dl literalism.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ac776b1..6ba82684 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.6.3
+VERSION = 1.6.4
VDATE = 20 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"