summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 15:20:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 15:20:51 +0000
commit1b03ebdce412e8ef752ed49e9aba8d666cdc9bf2 (patch)
tree961feffeeaf7e4b586c02cd6ba5c3ba04fe0d90e /Makefile
parent9e1962924d277421ea2bce83eed6738227fc0b54 (diff)
downloadmandoc-1b03ebdce412e8ef752ed49e9aba8d666cdc9bf2.tar.gz
mandoc-1b03ebdce412e8ef752ed49e9aba8d666cdc9bf2.tar.zst
mandoc-1b03ebdce412e8ef752ed49e9aba8d666cdc9bf2.zip
-man printing linked to -Ttree.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8dfebce4..53e24981 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.10
-VDATE = 22 March 2009
+VERSION = 1.7.1
+VDATE = 23 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g