summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-22 13:13:10 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-22 13:13:10 +0000
commite5f886f2585699404877aba14291673e85615e9b (patch)
tree46a17500fbebb5a2a2f97de7489b61193052db0a /Makefile
parentf951b5d078f310702724f3214b50e17b27716023 (diff)
downloadmandoc-e5f886f2585699404877aba14291673e85615e9b.tar.gz
Lint fixes.VERSION.1.7.20
Version up.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0391a50c..e6ed0c78 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.19
-VDATE = 17 June 2009
+VERSION = 1.7.20
+VDATE = 22 June 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g