summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-22 21:19:34 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-22 21:19:34 +0000
commitb3abf1d9e473d326d2a09cdee5eda0bb4f0234ce (patch)
tree846eeec361a67ef63646a51b2548cbf3e8db26bf /Makefile
parentf7595e06b7d68d999e7b45df820581b5b95f1b30 (diff)
downloadmandoc-b3abf1d9e473d326d2a09cdee5eda0bb4f0234ce.tar.gz
Fixed Bd -compact.
Fixed vspace before Bd and Bl.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebbeb521..5837b991 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.9
+VERSION = 1.6.10
VDATE = 22 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"