diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-29 15:00:44 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-29 15:00:44 +0000 |
commit | 95cf46a5bb86e662336b3cd9eb7cb6d0030282f3 (patch) | |
tree | 8aedcf31a78993bf875636849ad9f061732383f9 /Makefile | |
parent | 553cf7c02d4ef837adfaa97d7d2243609bd04aec (diff) | |
download | mandoc-95cf46a5bb86e662336b3cd9eb7cb6d0030282f3.tar.gz |
Inter-release tag.VERSION.1.10.3
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.2 -VDATE = 19 June 2010 +VERSION = 1.10.3 +VDATE = 29 June 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |