summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-29 19:45:32 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-29 19:45:32 +0000
commitf48f1679b3dd62f4ac09878c49f28c59db8c12d6 (patch)
treed7d69d8526b4c6b4ec5a60fe352eaec443cf224c
parent67755892283f68a60272f03c140f0a140945c99c (diff)
downloadmandoc-f48f1679b3dd62f4ac09878c49f28c59db8c12d6.tar.gz
Bump 1.10.0 version in Makefile.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 794025f2..4d41006e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.25
-VDATE = 13 May 2010
+VERSION = 1.10.0
+VDATE = 29 May 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings