summaryrefslogtreecommitdiffstatshomepage
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
commit27c6c542f944700eec3272d11b0709ea5abb60ab (patch)
treedeffa909ebcb6eeb57007b55d7844ee759b4aab0
parent8a6f0a695172ccb908ab212ec97b6c0045152fcf (diff)
downloadmandoc-VERSION_1_10_7.tar.gz
mandoc-VERSION_1_10_7.tar.zst
mandoc-VERSION_1_10_7.zip
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.
-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