summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-04-06 08:53:39 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-04-06 08:53:39 +0000
commitc3934cee2eb1a2e278a41822c83057c79613eaf4 (patch)
tree0b7036c7f432afcdaab731c2f1f0e5eb0d096e0d /Makefile
parenta06b4ac0f77bca1207342130110de93bef15ea21 (diff)
downloadmandoc-c3934cee2eb1a2e278a41822c83057c79613eaf4.tar.gz
Version (BIG fix).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 85168460..40d4a61e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.7.10
-VDATE = 05 April 2009
+VERSION = 1.7.11
+VDATE = 06 April 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g