=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.360 retrieving revision 1.361 diff -u -p -r1.360 -r1.361 --- mandoc/Makefile 2011/07/23 22:57:13 1.360 +++ mandoc/Makefile 2011/07/24 10:09:03 1.361 @@ -11,8 +11,8 @@ # in the lower-left hand corner of -mdoc manuals. # CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" -VERSION = 1.11.4 -VDATE = 12 July 2011 +VERSION = 1.11.5 +VDATE = 24 July 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