summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 13:47:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 13:47:02 +0000
commit0a0adafcdad00a607e52e6644b018e6d26bcc1db (patch)
treefa1e536d8e398189daabcb222d367c5aef501163 /Makefile
parent292265c8f2bd4928a2895544f1f3017c1463d750 (diff)
downloadmandoc-0a0adafcdad00a607e52e6644b018e6d26bcc1db.tar.gz
mandoc-0a0adafcdad00a607e52e6644b018e6d26bcc1db.tar.zst
mandoc-0a0adafcdad00a607e52e6644b018e6d26bcc1db.zip
Freed more macros from zero-length restrictions.
Fixed `Fn' spacing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64eb7d2c..1ef0764a 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.6.7
+VERSION = 1.6.8
VDATE = 21 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"