summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-23 00:30:20 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-23 00:30:20 +0000
commit86c415a36a84ea824ae8027e264a019df0458243 (patch)
tree7aec728901b800c15ad03f57479d1ebb0cbb9914 /Makefile
parent46fecbc24ead4a5799b98b1177b587cf6c481f02 (diff)
downloadmandoc-86c415a36a84ea824ae8027e264a019df0458243.tar.gz
Added last version notes and bumped version number and date.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 05cd9300..7fa0cde1 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,8 @@ INSTALL_DATA = $(INSTALL) -m 0444
INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.10.7
-VDATE = 6 December 2010
+VERSION = 1.10.8
+VDATE = 23 December 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings