summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-22 19:08:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-22 19:08:53 +0000
commitf94cbe774aa5f31e8ec88173a16618e5ef9a22a0 (patch)
tree344ca9b8e05fe65d7b872af59cb51d21162b4961 /Makefile
parentd8fb2ddbfa0e39add9075bcc8fee890e73f1c661 (diff)
downloadmandoc-f94cbe774aa5f31e8ec88173a16618e5ef9a22a0.tar.gz
Removed Xo/Xc no-support notices.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f186e817..147f7ad0 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.6.8
-VDATE = 21 March 2009
+VERSION = 1.6.9
+VDATE = 22 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g