aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit6ddf26e0acd7002536d71e922be39738b738ec05 (patch)
treefeba3c58e2fe4126595cfdbc78979dec28499244 /Makefile
parent4e5566be3c678cac7253e31ddf7952889101dd39 (diff)
downloadmandoc-6ddf26e0acd7002536d71e922be39738b738ec05.tar.gz
mandoc-6ddf26e0acd7002536d71e922be39738b738ec05.tar.zst
mandoc-6ddf26e0acd7002536d71e922be39738b738ec05.zip
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