aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-09-02 13:04:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-09-02 13:04:05 +0000
commit4c8289d461fe2c5f6fcb3a7f28d1b259af13823a (patch)
treeff83f51f4ff234317b42623794a72f3bf6501007 /Makefile
parent8bc8d59cc1a8d7d555dfd3583e32a8cdd13e3c5b (diff)
downloadmandoc-4c8289d461fe2c5f6fcb3a7f28d1b259af13823a.tar.gz
mandoc-4c8289d461fe2c5f6fcb3a7f28d1b259af13823a.tar.zst
mandoc-4c8289d461fe2c5f6fcb3a7f28d1b259af13823a.zip
Adding version notes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2fcbdde4..b1fd0219 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.6
-VDATE = 16 August 2011
+VERSION = 1.11.7
+VDATE = 2 September 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