summaryrefslogtreecommitdiffstats
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
commitb032e56868d3030613d6760a5eff908e2776ee36 (patch)
tree1862913ae26ce62b3c66d99094f645134e52189f /Makefile
parentef888a08d47230dfb47dcd8c4d2c2b7a0387181e (diff)
downloadmandoc-b032e56868d3030613d6760a5eff908e2776ee36.tar.gz
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)\"