summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-12 09:16:32 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-12 09:16:32 +0000
commit7c2f9f22aa145b3d4c45106c80381b408dbf7c93 (patch)
tree24b2d8f35590b5ee34a88ac3f5adc6a5e7861610 /Makefile
parentde9d726f42e5bca85bab714aa92b7c960af11d8d (diff)
downloadmandoc-7c2f9f22aa145b3d4c45106c80381b408dbf7c93.tar.gz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d60c0f37..baf3bd1a 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.23
-VDATE = 7 July 2009
+VERSION = 1.7.24
+VDATE = 12 July 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g