summaryrefslogtreecommitdiffstatshomepage
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
commitf9a4c0556641ef6c4137e3b06cf137bb9f8e7dab (patch)
tree038178247a2c74ef393109e33d786b51aa86d493 /Makefile
parent080c584ff1e9cef269b4c220a099f4fb842e538c (diff)
downloadmandoc-f9a4c0556641ef6c4137e3b06cf137bb9f8e7dab.tar.gz
mandoc-f9a4c0556641ef6c4137e3b06cf137bb9f8e7dab.tar.zst
mandoc-f9a4c0556641ef6c4137e3b06cf137bb9f8e7dab.zip
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)\"