]> git.cameronkatri.com Git - mandoc.git/commitdiff
Bumped internal version. There will be no formal release with this: it
authorKristaps Dzonsons <kristaps@bsd.lv>
Sun, 20 Mar 2011 11:07:05 +0000 (11:07 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sun, 20 Mar 2011 11:07:05 +0000 (11:07 +0000)
precedes some major structural changes for easier roll-back in the case
of errors or whatnot.

Makefile

index 51042ea6117af30959878f495046ba88ade5a33a..72f6e31abab05c0521053a831be9ff3d41f03bc6 100644 (file)
--- 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