summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-04 11:19:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-04 11:19:07 +0000
commit459509ea1183fb80036d4b161e98fde6a737bf92 (patch)
treea4b46dcf4d0b647053dd3d37973fa5912e61d7d4 /Makefile
parent27b7ab355bc660471df40eb7d5f86178f961855b (diff)
downloadmandoc-459509ea1183fb80036d4b161e98fde6a737bf92.tar.gz
Version up.VERSION.1.7.21
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8e8d3cb0..701d1803 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.20
-VDATE = 22 June 2009
+VERSION = 1.7.21
+VDATE = 4 July 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g