diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 09:45:49 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 09:45:49 +0000 |
commit | 3c440a5309fa7eba1fc440c3f96f8d0d217b1514 (patch) | |
tree | 4039e9b556b95212492463c252ea6369f37e56ed /Makefile | |
parent | 8866a607904f2aacd85e5a2c542dbffae0d54277 (diff) | |
download | mandoc-3c440a5309fa7eba1fc440c3f96f8d0d217b1514.tar.gz |
Versioning up.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.6.4 -VDATE = 20 March 2009 +VERSION = 1.6.5 +VDATE = 21 March 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g |