diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-09 06:27:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-09 06:27:41 +0000 |
commit | 620981e8840e030117dfc2946a0c90092cbee47b (patch) | |
tree | 9ba9675eddf4d5d8a35f5e56c9d5a65d9fe5c1cd /Makefile | |
parent | 2c907fd71a2a8401f43d187c08d982c632b77c1f (diff) | |
download | mandoc-620981e8840e030117dfc2946a0c90092cbee47b.tar.gz |
Getting version ready.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ INSTALL_DATA = $(INSTALL) -m 0444 INSTALL_LIB = $(INSTALL) -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.23 -VDATE = 07 April 2010 +VERSION = 1.9.24 +VDATE = 09 May 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |