summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-26 14:44:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-26 14:44:41 +0000
commitf82ca09664d8b4073d7c379ea5f4867714423c93 (patch)
tree73e774afc63c966ed977b8a6a6c3121a7f83399a /Makefile
parent2b3f9168554bb673c8ddd5e40dc88253f5e8d999 (diff)
downloadmandoc-f82ca09664d8b4073d7c379ea5f4867714423c93.tar.gz
Fixed after-NLINE-error assertion.
Scanned over all manuals with valgrind. Version up.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d588637a..cfa6400c 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.7.4
+VERSION = 1.7.5
VDATE = 26 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"