summaryrefslogtreecommitdiffstatshomepage
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
commitcbab9e7de022e9e548c5f200ceb9b259492b1fb8 (patch)
tree3f17e8c9d5e9c39b63a2873a156378ecb8d7b8be /Makefile
parent7f5e6c325d7501f482f01a516a4bcd4fcde4d255 (diff)
downloadmandoc-cbab9e7de022e9e548c5f200ceb9b259492b1fb8.tar.gz
mandoc-cbab9e7de022e9e548c5f200ceb9b259492b1fb8.tar.zst
mandoc-cbab9e7de022e9e548c5f200ceb9b259492b1fb8.zip
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