summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-28 11:59:18 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-28 11:59:18 +0000
commitfaba83618e2e2631b7299c003cb9defcf700e1c2 (patch)
tree6f34a881378cbfa8ab695b8de7754e004165e3a8 /Makefile
parent2234d0e3e1a5ef67401bcb4bbd16fb4a36b81642 (diff)
downloadmandoc-faba83618e2e2631b7299c003cb9defcf700e1c2.tar.gz
Version: 1.8.5.
Added \*R, \*(Tm (obscure -man predefined strings).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 967bb7f0..f3618f4b 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.8.4
-VDATE = 26 July 2009
+VERSION = 1.8.5
+VDATE = 28 July 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g