From 1ba5c0b954439f4eb49d3eb87e3a70fc8e52f177 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 12 Jul 2011 08:27:45 +0000 Subject: Note version 1.11.4 bits. Here we go! --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b64e64c..4570e44f 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ # in the lower-left hand corner of -mdoc manuals. # CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" -VERSION = 1.11.3 -VDATE = 26 May 2011 +VERSION = 1.11.4 +VDATE = 12 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 -- cgit