summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-04-07 11:25:56 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-04-07 11:25:56 +0000
commit79b8b2b0d7a4a40d3b0422f2f2ee05ee18648bbc (patch)
tree5bf1ad83977af88f0ca2a7a137ba22483b3b5c0e /Makefile
parent84656c571204bca5fbcfe0ff94a6e39739bd404b (diff)
downloadmandoc-79b8b2b0d7a4a40d3b0422f2f2ee05ee18648bbc.tar.gz
Noting version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dab6a120..1e188fb0 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.22
-VDATE = 31 March 2010
+VERSION = 1.9.23
+VDATE = 07 April 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings