summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-07 13:10:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-07 13:10:03 +0000
commita3c093fb3143635348eebf55d192d7462c3ff1d1 (patch)
treea42d48d4529f34be30eed33bbf962aca535f8fba /Makefile
parente8af06dde1b650186650f207e5b3cde867a86a08 (diff)
downloadmandoc-a3c093fb3143635348eebf55d192d7462c3ff1d1.tar.gz
Version bits. Here we go...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 20416b85..23615926 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.8
-VDATE = 24 December 2010
+VERSION = 1.10.9
+VDATE = 07 January 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings