summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-16 10:05:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-16 10:05:29 +0000
commit82b5314b2fdf0873bca2c21af698ee6b3525efb2 (patch)
treee2b67bb4d9b7247cc7ea0f8830d72d6c6887c724 /Makefile
parent1198179a977c730ea494cc24dacd0bd18b091236 (diff)
downloadmandoc-82b5314b2fdf0873bca2c21af698ee6b3525efb2.tar.gz
Version: 1.9.14.VERSION.1.9.14
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 73a25b96..1f39bfb8 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.13
-VDATE = 02 November 2009
+VERSION = 1.9.14
+VDATE = 16 November 2009
VFLAGS = -DVERSION="\"$(VERSION)\""
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g