summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-31 06:23:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-31 06:23:28 +0000
commit176860f56347dfbdee02f4c794b4dc783cff6042 (patch)
tree50369517a72a45e6a7080e29e105dbf28c086777 /Makefile
parent634a7ab84a128d57a08b5859fe1c170a41acb392 (diff)
downloadmandoc-176860f56347dfbdee02f4c794b4dc783cff6042.tar.gz
Version: 1.9.12.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1a5a49ff..c021c5f1 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.11
-VDATE = 26 October 2009
+VERSION = 1.9.12
+VDATE = 31 October 2009
VFLAGS = -DVERSION="\"$(VERSION)\""
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g