From dc3b9f4a24ce360b81399c9f4cb6184d8e7c5232 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 13 May 2011 00:57:21 +0000 Subject: Version up! 1.11.2. Let's go... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e6336ab..58851f71 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.1 -VDATE = 04 April 2011 +VERSION = 1.11.2 +VDATE = 12 May 2011 CFLAGS += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\"" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings PREFIX = /usr/local -- cgit