summaryrefslogtreecommitdiffstatshomepage
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
commitfc70a68e0eacfaf9b8f3265bd2a0056c7f5e641d (patch)
treeab9102ead4fb53753dc8ddd0ba9933dd4a5d0882
parent4f1d8b29bbb62b7a8ceff4c228935dba0cdf340c (diff)
downloadmandoc-fc70a68e0eacfaf9b8f3265bd2a0056c7f5e641d.tar.gz
mandoc-fc70a68e0eacfaf9b8f3265bd2a0056c7f5e641d.tar.zst
mandoc-fc70a68e0eacfaf9b8f3265bd2a0056c7f5e641d.zip
Version: 1.9.10.
-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