summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 09:00:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 09:00:41 +0000
commit19504e01c700e1356dcbcf40adfe47966b04fad8 (patch)
tree15d02f661c39a512033bd85829f2c986fe8c7480 /Makefile
parent1fe981dc5f7f8713b09d7b5261990131ed6ff843 (diff)
downloadmandoc-19504e01c700e1356dcbcf40adfe47966b04fad8.tar.gz
Version: 1.9.10.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 173aaa77..80f9b445 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.9
-VDATE = 21 October 2009
+VERSION = 1.9.10
+VDATE = 26 October 2009
VFLAGS = -DVERSION="\"$(VERSION)\""
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g