summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-10 18:43:55 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-10 18:43:55 +0000
commit734d66a40fa33f6cc0d644258eac531c1774e3b6 (patch)
tree43db1680b70acf92b4fe107b8d3a02e139402ec7 /Makefile
parent3dd53e4cb80fd56800af2570b55975d91b4d4c06 (diff)
downloadmandoc-734d66a40fa33f6cc0d644258eac531c1774e3b6.tar.gz
Version: 1.9.8.VERSION.1.9.8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a493871a..ff259098 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.7
-VDATE = 9 October 2009
+VERSION = 1.9.8
+VDATE = 10 October 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g