aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-09 15:10:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-09 15:10:41 +0000
commit8219d1a00a6c2f7064a77ee69d9211ce46d0b5a2 (patch)
treee04f46e8d5efbf85d340b34805ebdf14835eea54
parent4c4347f61f4092bdbcbcf3598d2f5a6b91d631a1 (diff)
downloadmandoc-8219d1a00a6c2f7064a77ee69d9211ce46d0b5a2.tar.gz
mandoc-8219d1a00a6c2f7064a77ee69d9211ce46d0b5a2.tar.zst
mandoc-8219d1a00a6c2f7064a77ee69d9211ce46d0b5a2.zip
Version up.VERSION_1_9_7
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 47414afc..a493871a 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.9.6
-VDATE = 25 September 2009
+VERSION = 1.9.7
+VDATE = 9 October 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g