=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.369 retrieving revision 1.370 diff -u -p -r1.369 -r1.370 --- mandoc/Makefile 2011/09/01 10:46:28 1.369 +++ mandoc/Makefile 2011/09/02 13:04:05 1.370 @@ -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