summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-13 11:57:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-13 11:57:51 +0000
commit0292bc9564d3e88ce46efa552f095331edd74f2f (patch)
tree5deacb0063bbf18b505e2d7892e05c90eb54b6f4 /Makefile
parent7e0c4a5c59f23bb0f0f376be9a739ce5ee0da55e (diff)
downloadmandoc-0292bc9564d3e88ce46efa552f095331edd74f2f.tar.gz
Documented version bits.VERSION.1.9.25
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 56a216a4..f0199d50 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.24
-VDATE = 09 May 2010
+VERSION = 1.9.25
+VDATE = 13 May 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings