summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-13 00:57:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-13 00:57:21 +0000
commitdc3b9f4a24ce360b81399c9f4cb6184d8e7c5232 (patch)
treeb6c94b5449805a4d57b4cf188c0f56b551052bc6
parent2bb0ab694045a1b2b626427d6b37fb8882297ce1 (diff)
downloadmandoc-dc3b9f4a24ce360b81399c9f4cb6184d8e7c5232.tar.gz
Version up! 1.11.2. Let's go...
-rw-r--r--Makefile4
1 files 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