summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-09 06:27:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-09 06:27:41 +0000
commit620981e8840e030117dfc2946a0c90092cbee47b (patch)
tree9ba9675eddf4d5d8a35f5e56c9d5a65d9fe5c1cd /Makefile
parent2c907fd71a2a8401f43d187c08d982c632b77c1f (diff)
downloadmandoc-620981e8840e030117dfc2946a0c90092cbee47b.tar.gz
Getting version ready.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 04c93076..a9106673 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@ INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.23
-VDATE = 07 April 2010
+VERSION = 1.9.24
+VDATE = 09 May 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings