summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-10 18:43:55 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-10 18:43:55 +0000
commitf06be045fa23029451ed1ae110eb8e27f016042c (patch)
tree9211e52a4e1d77c0dacba9d2db2fcafc883cd322
parent4a73f17afb66c14ec34b806d0b4ee5dd5ea56ed2 (diff)
downloadmandoc-f06be045fa23029451ed1ae110eb8e27f016042c.tar.gz
mandoc-f06be045fa23029451ed1ae110eb8e27f016042c.tar.zst
mandoc-f06be045fa23029451ed1ae110eb8e27f016042c.zip
Version: 1.9.8.VERSION_1_9_8
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a493871a..ff259098 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.7
-VDATE = 9 October 2009
+VERSION = 1.9.8
+VDATE = 10 October 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g