From: Kristaps Dzonsons Date: Sun, 20 Mar 2011 11:07:05 +0000 (+0000) Subject: Bumped internal version. There will be no formal release with this: it X-Git-Tag: VERSION_1_11_1~60 X-Git-Url: https://git.cameronkatri.com/mandoc.git/commitdiff_plain/35c10ef758b5988b60e709cadaf25f74a26383b6 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. --- 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