aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit1d0a7892377ad99dbf5e1bcd38b15f01a53a28c9 (patch)
tree8ca246c459935b41eeb5d48f32e39fe4f973313d /Makefile
parent6e1e596ad44e18a5e6029eeac7468a9803e3ac71 (diff)
downloadmandoc-1d0a7892377ad99dbf5e1bcd38b15f01a53a28c9.tar.gz
mandoc-1d0a7892377ad99dbf5e1bcd38b15f01a53a28c9.tar.zst
mandoc-1d0a7892377ad99dbf5e1bcd38b15f01a53a28c9.zip
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