summaryrefslogtreecommitdiffstatshomepage
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
commitfab444ff9cedabbc788165b5eb6c39a17fdcdbe8 (patch)
tree8eac1efbaac1dfe7be043e5d20b4d6b8184ed67f /Makefile
parentf5da4a1ef6856a953116b332f189e62836817ae3 (diff)
downloadmandoc-fab444ff9cedabbc788165b5eb6c39a17fdcdbe8.tar.gz
mandoc-fab444ff9cedabbc788165b5eb6c39a17fdcdbe8.tar.zst
mandoc-fab444ff9cedabbc788165b5eb6c39a17fdcdbe8.zip
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