diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-29 19:45:32 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-29 19:45:32 +0000 |
commit | f48f1679b3dd62f4ac09878c49f28c59db8c12d6 (patch) | |
tree | d7d69d8526b4c6b4ec5a60fe352eaec443cf224c | |
parent | 67755892283f68a60272f03c140f0a140945c99c (diff) | |
download | mandoc-f48f1679b3dd62f4ac09878c49f28c59db8c12d6.tar.gz |
Bump 1.10.0 version in Makefile.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ INSTALL_DATA = $(INSTALL) -m 0444 INSTALL_LIB = $(INSTALL) -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.25 -VDATE = 13 May 2010 +VERSION = 1.10.0 +VDATE = 29 May 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |