summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-11 23:07:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-11 23:07:47 +0000
commit1109d4769a67dec4db83caef57ae4f952f3dc658 (patch)
tree7615c55a77f44edc63e26651974d9ae1e3634dd6 /Makefile
parent23bd0902ee4103fba56b03dc4faf56120df7e95e (diff)
downloadmandoc-1109d4769a67dec4db83caef57ae4f952f3dc658.tar.gz
Pre-tag checkin of release bits and shortlist.VERSION.1.10.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3b54486a..02cab85a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.10.3
-VDATE = 29 June 2010
+VERSION = 1.10.4
+VDATE = 12 July 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings