summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-20 11:07:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-20 11:07:05 +0000
commita94b19b8c2bc397ca6842a84bf286e1456f51d98 (patch)
treeb4d28a1ff20e2fb0da8d3d9b62a6db6128527991 /Makefile
parent6ff856633ff90988178d11a760c1c1976ccb15c1 (diff)
downloadmandoc-a94b19b8c2bc397ca6842a84bf286e1456f51d98.tar.gz
Bumped internal version. There will be no formal release with this: it
precedes some major structural changes for easier roll-back in the case of errors or whatnot.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 51042ea6..72f6e31a 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,8 @@ INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.10.9
-VDATE = 07 January 2011
+VERSION = 1.10.10
+VDATE = 20 March 2011
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings