diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-06 17:07:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-06 17:07:28 +0000 |
commit | 852674007b57dc92939539877a1e7ba2f05cd26d (patch) | |
tree | 8661074ca7a9f2eb00356aacc5fba4c2e99a940f /Makefile | |
parent | b507579b5e5952001272bc42544306b89a045f7e (diff) | |
download | mandoc-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |