aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit35c10ef758b5988b60e709cadaf25f74a26383b6 (patch)
tree77e145dcc5d59329d102b4dc6ade9198fa55014f /Makefile
parent3d3b9bb4945efccafd4d851fafe143956ece56b5 (diff)
downloadmandoc-35c10ef758b5988b60e709cadaf25f74a26383b6.tar.gz
mandoc-35c10ef758b5988b60e709cadaf25f74a26383b6.tar.zst
mandoc-35c10ef758b5988b60e709cadaf25f74a26383b6.zip
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