=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.348 retrieving revision 1.349 diff -u -p -r1.348 -r1.349 --- mandoc/Makefile 2011/05/26 21:13:07 1.348 +++ mandoc/Makefile 2011/05/26 21:23:50 1.349 @@ -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