diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-11 23:07:47 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-11 23:07:47 +0000 |
commit | 1109d4769a67dec4db83caef57ae4f952f3dc658 (patch) | |
tree | 7615c55a77f44edc63e26651974d9ae1e3634dd6 /Makefile | |
parent | 23bd0902ee4103fba56b03dc4faf56120df7e95e (diff) | |
download | mandoc-1109d4769a67dec4db83caef57ae4f952f3dc658.tar.gz |
Pre-tag checkin of release bits and shortlist.VERSION.1.10.4
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.3 -VDATE = 29 June 2010 +VERSION = 1.10.4 +VDATE = 12 July 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |