diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-26 21:23:50 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-26 21:23:50 +0000 |
commit | 8983d8f1359b96a792a2c3da7b38c9b2c40f9073 (patch) | |
tree | 0f74ed75f2a643b52459fc4abd38b1626562f4fc /Makefile | |
parent | 7ffcd2ab33874c3e98547e16517172680e9b7217 (diff) | |
download | mandoc-8983d8f1359b96a792a2c3da7b38c9b2c40f9073.tar.gz |
Version 1.11.3. Here we go!VERSION.1.11.3
Diffstat (limited to 'Makefile')
-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.2 -VDATE = 12 May 2011 +VERSION = 1.11.3 +VDATE = 26 May 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 |