summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-19 20:43:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-19 20:43:35 +0000
commiteca516a33d6697c08365a898c45b4fc373201504 (patch)
treebca0ce1b2e6013131595c275d8c7bff98cf70433 /Makefile
parent6d49702c7b58429da3760cf1bbaf6c775d2a7f7f (diff)
downloadmandoc-eca516a33d6697c08365a898c45b4fc373201504.tar.gz
Version notes for 1.10.2.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0c1ca68..761a4c0d 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.1
-VDATE = 07 June 2010
+VERSION = 1.10.2
+VDATE = 19 June 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings