summaryrefslogtreecommitdiffstatshomepage
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
commit9c62a1979e3ea0f278835a15164bf139d2c68fd1 (patch)
tree2b0a93cc000a651e2fc99370c9f2060ff244dd3e /Makefile
parentaaecef62db6ab2f4b6d57502b6e92562a30efb1b (diff)
downloadmandoc-9c62a1979e3ea0f278835a15164bf139d2c68fd1.tar.gz
mandoc-9c62a1979e3ea0f278835a15164bf139d2c68fd1.tar.zst
mandoc-9c62a1979e3ea0f278835a15164bf139d2c68fd1.zip
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)\"