summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-20 16:43:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-20 16:43:28 +0000
commitaaecef62db6ab2f4b6d57502b6e92562a30efb1b (patch)
tree0d04edbf4ba1087b7a0523c13177a73c1fa3bae0 /Makefile
parentc77635473d2482e2462a6d24ba39e43e5ea6ed64 (diff)
downloadmandoc-aaecef62db6ab2f4b6d57502b6e92562a30efb1b.tar.gz
mandoc-aaecef62db6ab2f4b6d57502b6e92562a30efb1b.tar.zst
mandoc-aaecef62db6ab2f4b6d57502b6e92562a30efb1b.zip
Fixed literal-formatting error with `Dl'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5254ce10..0ac776b1 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.2
+VERSION = 1.6.3
VDATE = 20 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"