aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-03 14:52:48 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-03 14:52:48 +0000
commita17f57886ab751c2a61c547a3a04e5997fcba273 (patch)
tree06c69e9c19e54a6dc6451cbf7fa45b6b89c5a318 /Makefile
parentbf375604b936e19208d599507374ae9bf43829c4 (diff)
downloadmandoc-a17f57886ab751c2a61c547a3a04e5997fcba273.tar.gz
mandoc-a17f57886ab751c2a61c547a3a04e5997fcba273.tar.zst
mandoc-a17f57886ab751c2a61c547a3a04e5997fcba273.zip
Version bits for 1.10.1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d41006e..35613b57 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.0
-VDATE = 29 May 2010
+VERSION = 1.10.1
+VDATE = 03 June 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings