aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-09-27 12:34:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-09-27 12:34:21 +0000
commite3f5a8b682834250b701507005165a1355655312 (patch)
treef3d171d88c610cb1513e59d7a97a30cf71559a75 /Makefile
parenteb04d006be19d94d6dceb348f8962f26bc0a9bd4 (diff)
downloadmandoc-e3f5a8b682834250b701507005165a1355655312.tar.gz
mandoc-e3f5a8b682834250b701507005165a1355655312.tar.zst
mandoc-e3f5a8b682834250b701507005165a1355655312.zip
Prepping for version.VERSION_1_10_6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 620d3182..def48a94 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.5
-VDATE = 27 July 2010
+VERSION = 1.10.6
+VDATE = 27 September 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings