diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-27 12:34:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-27 12:34:21 +0000 |
commit | f0097d0a9255c5cdac4db260a049ddbf48b0cac8 (patch) | |
tree | 321934e5fa2fed27fe0575de6f091a50a6333a8f /Makefile | |
parent | b781ad2d9b6f130d2e32f62b690300e6a9d0000a (diff) | |
download | mandoc-f0097d0a9255c5cdac4db260a049ddbf48b0cac8.tar.gz |
Prepping for version.VERSION.1.10.6
Diffstat (limited to '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.10.5 -VDATE = 27 July 2010 +VERSION = 1.10.6 +VDATE = 27 September 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |