aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-10-08 12:21:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-10-08 12:21:57 +0000
commit7361bdde314d019821514b1fc192e73df43db13b (patch)
treeca09c6a30c48c7dc0a1ca2bd4ce36a4fe47fd489 /Makefile
parent3c92fb1962ca2927a7bf8a4c83bf03da4a17549b (diff)
downloadmandoc-7361bdde314d019821514b1fc192e73df43db13b.tar.gz
mandoc-7361bdde314d019821514b1fc192e73df43db13b.tar.zst
mandoc-7361bdde314d019821514b1fc192e73df43db13b.zip
Get ready for version. I'm bumping the minor release to 1.12 because
this involves both a major functionality addition (-Tman), a new utility (apropos), and both apropos and mandocdb being built by default.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b610cb8e..8d29ed22 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@
# in the lower-left hand corner of -mdoc manuals.
# CFLAGS += -DOSNAME="\"OpenBSD 4.5\""
-VERSION = 1.11.7
-VDATE = 2 September 2011
+VERSION = 1.12.0
+VDATE = 8 October 2011
# IFF your system supports multi-byte functions (setlocale(), wcwidth(),
# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
# UCS-4 value) should you define USE_WCHAR. If you define it and your