summaryrefslogtreecommitdiffstatshomepage
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
commit3d16958f76b54d15c3f4376d0f4d4b07c93055fb (patch)
tree2c649672a5ecee0725a600fec924e41f96af0f42 /Makefile
parente106437b53adcf602f40721329ebc31e47ee3f95 (diff)
downloadmandoc-3d16958f76b54d15c3f4376d0f4d4b07c93055fb.tar.gz
mandoc-3d16958f76b54d15c3f4376d0f4d4b07c93055fb.tar.zst
mandoc-3d16958f76b54d15c3f4376d0f4d4b07c93055fb.zip
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