summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-04-04 21:07:20 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-04-04 21:07:20 +0000
commit75ff3dcd060b39effac51b376168209408464a87 (patch)
tree8a3498103ae2f79b6b2b9ac3a02325bf20d0c322 /Makefile
parent8df3bd8aa2e86cd7c2b579bfdf2f9fb34bfad73e (diff)
downloadmandoc-75ff3dcd060b39effac51b376168209408464a87.tar.gz
mandoc-75ff3dcd060b39effac51b376168209408464a87.tar.zst
mandoc-75ff3dcd060b39effac51b376168209408464a87.zip
Version up to 1.11.1: here we go!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 96c619c9..0eafdf7f 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.10.10
-VDATE = 20 March 2011
+VERSION = 1.11.1
+VDATE = 04 April 2011
CFLAGS += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
PREFIX = /usr/local