summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-25 07:38:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-25 07:38:06 +0000
commitbd9bec711a47cabb736b6098381cb3de2beda937 (patch)
treeadaeb31eb5aef149266680ee7fb7b61ab9a455f4 /Makefile
parentfd7bec87b6b37be4af90072387c6d62b0615b86a (diff)
downloadmandoc-bd9bec711a47cabb736b6098381cb3de2beda937.tar.gz
Cleaned up version info.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f097eeb..47ad3fef 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.16
+VERSION = 1.9.17
VDATE = 22 March 2010
VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H