summaryrefslogtreecommitdiffstats
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
commitbe580e96cc87913d3720c581d51bf965f725d8aa (patch)
treeb52d9af1c3f2c4bd2c7afd1ff87be2fcbc7e6f91 /Makefile
parent00aebf138812dfbbad4079310459c4a98d262466 (diff)
downloadmandoc-be580e96cc87913d3720c581d51bf965f725d8aa.tar.gz
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)\"