aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-08-16 12:31:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-08-16 12:31:01 +0000
commitc083d800c976811d519b2b6299ee04d88a93f180 (patch)
tree5da3fce677d2b5d8c39e22493e598fd0270f074b
parent4f9bac55c94e5817675e9abfa01fd91554f96ee2 (diff)
downloadmandoc-c083d800c976811d519b2b6299ee04d88a93f180.tar.gz
mandoc-c083d800c976811d519b2b6299ee04d88a93f180.tar.zst
mandoc-c083d800c976811d519b2b6299ee04d88a93f180.zip
Version: 1.11.6.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1903f130..64caf056 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.5
-VDATE = 24 July 2011
+VERSION = 1.11.6
+VDATE = 16 August 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