summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-29 15:00:44 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-29 15:00:44 +0000
commit95cf46a5bb86e662336b3cd9eb7cb6d0030282f3 (patch)
tree8aedcf31a78993bf875636849ad9f061732383f9 /Makefile
parent553cf7c02d4ef837adfaa97d7d2243609bd04aec (diff)
downloadmandoc-95cf46a5bb86e662336b3cd9eb7cb6d0030282f3.tar.gz
Inter-release tag.VERSION.1.10.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b74e1581..edeb600f 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.2
-VDATE = 19 June 2010
+VERSION = 1.10.3
+VDATE = 29 June 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings