summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-15 07:30:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-15 07:30:51 +0000
commit9333cc4988cfd740a762d891a0494bc1d121c8e6 (patch)
treeee766ef294971cfee9ba69746aeaf78d29d57d4f /Makefile
parent78af42e401754b8b81d00d461af2aef2166a7c69 (diff)
downloadmandoc-9333cc4988cfd740a762d891a0494bc1d121c8e6.tar.gz
Fixed version string (no leading zero).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17bbc5be..3584ee67 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.SUFFIXES: .html .sgml
-VERSION = 1.5.01
+VERSION = 1.5.1
VDATE = 15 March 2009
BINDIR = $(PREFIX)/bin