summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-09 15:10:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-09 15:10:41 +0000
commitdbfdd190652d5537c494944c8fb9e67ee7e5af03 (patch)
treef6f77e18f1f1798b3991c8377dd4050f82d19ed7 /Makefile
parentf5a4d9bd97ecb27a0e2bfeeba2dba1ae4f860b51 (diff)
downloadmandoc-dbfdd190652d5537c494944c8fb9e67ee7e5af03.tar.gz
Version up.VERSION.1.9.7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 47414afc..a493871a 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.6
-VDATE = 25 September 2009
+VERSION = 1.9.7
+VDATE = 9 October 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g