summaryrefslogtreecommitdiffstats
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
commit3fcbdfc3de18feac3d859af2ac9cde36ac8deedb (patch)
treeff0c75075a6fa3a1c4c17ddf36a65bff2a23ee2b /Makefile
parentc96f61ac66dfd38d738c147f2e7efe6aaf467a07 (diff)
downloadmandoc-3fcbdfc3de18feac3d859af2ac9cde36ac8deedb.tar.gz
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