summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-15 20:26:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-15 20:26:47 +0000
commit4c30e6f109f12c3f061caa13660a9a30fc807db2 (patch)
treeee6c50245a98d2945294e033fd752b75eeb11e4d /Makefile
parentb5f5132460569831e3cc1a0d98a05956f6f25f50 (diff)
downloadmandoc-4c30e6f109f12c3f061caa13660a9a30fc807db2.tar.gz
Removed superfluous ifdef around strftime (schwarze@openbsd.org).
Bumped version (this was supposed to be in 1.7.17).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09c7e467..6e88275b 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.7.17
+VERSION = 1.7.18
VDATE = 15 June 2009
VFLAGS = -DVERSION=\"$(VERSION)\"