diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-07 13:10:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-07 13:10:03 +0000 |
commit | a3c093fb3143635348eebf55d192d7462c3ff1d1 (patch) | |
tree | a42d48d4529f34be30eed33bbf962aca535f8fba /Makefile | |
parent | e8af06dde1b650186650f207e5b3cde867a86a08 (diff) | |
download | mandoc-a3c093fb3143635348eebf55d192d7462c3ff1d1.tar.gz |
Version bits. Here we go...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |