summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
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
commit87b81166882c809588806b94005f780f99284884 (patch)
treee8bcef1885fa25eb0cc4a3dea311c294a39b6008 /Makefile
parent43df08e24649a56c09caf58d29c7089807db6834 (diff)
downloadmandoc-87b81166882c809588806b94005f780f99284884.tar.gz
mandoc-87b81166882c809588806b94005f780f99284884.tar.zst
mandoc-87b81166882c809588806b94005f780f99284884.zip
Version up! 1.11.2. Let's go...
Diffstat (limited to 'Makefile')
-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