summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-02 17:37:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-02 17:37:19 +0000
commit054880f93681c329d9eaeae53434198a12d7e7f6 (patch)
treef8b07962095da180a79bf30042a601e4c3348252
parent9781d239c53acb285bfddc53e74a93cc87e4c0d4 (diff)
downloadmandoc-054880f93681c329d9eaeae53434198a12d7e7f6.tar.gz
mandoc-054880f93681c329d9eaeae53434198a12d7e7f6.tar.zst
mandoc-054880f93681c329d9eaeae53434198a12d7e7f6.zip
Version: 1.9.13.VERSION_1_9_13
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 193424aa..b60250ff 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.12
-VDATE = 31 October 2009
+VERSION = 1.9.13
+VDATE = 02 November 2009
VFLAGS = -DVERSION="\"$(VERSION)\""
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g