diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-08-16 12:31:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-08-16 12:31:01 +0000 |
commit | b2afd7c24bb80ac55bc2499892c43aa5932de530 (patch) | |
tree | 093c9dd7e49afc616f704fe0dd686afab7b27253 | |
parent | ff9593c700fe1a21b583d4c1a7d57df4f48bce05 (diff) | |
download | mandoc-b2afd7c24bb80ac55bc2499892c43aa5932de530.tar.gz |
Version: 1.11.6.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |