summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 17:07:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 17:07:28 +0000
commit852674007b57dc92939539877a1e7ba2f05cd26d (patch)
tree8661074ca7a9f2eb00356aacc5fba4c2e99a940f /Makefile
parentb507579b5e5952001272bc42544306b89a045f7e (diff)
downloadmandoc-852674007b57dc92939539877a1e7ba2f05cd26d.tar.gz
Tag an internal release, 1.10.7, that marks being in sync with OpenBSD'sVERSION.1.10.7
changes these last months (less tbl). There are still some issues that require thought, but this extends beyond synchronisation. This WILL NOT be pushed to the main site; it's merely a logical tag so that there's a common fall-back in future changes. Note that the TODO file is NOT up to date. This is ok since the tag is purely internal.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d5a6eeb6..a44c620f 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,8 @@ INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.10.6
-VDATE = 27 September 2010
+VERSION = 1.10.7
+VDATE = 6 December 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings