diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-27 09:16:12 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-27 09:16:12 +0000 |
commit | 7b98305324c48ff2b74e270c6b4a44f644a56350 (patch) | |
tree | 3aceb327b1ab3834e5934bec52721b7f04411e1e /Makefile | |
parent | ab33b5f3ff48b80efbb0f50df769b5f0c4e50e75 (diff) | |
download | mandoc-7b98305324c48ff2b74e270c6b4a44f644a56350.tar.gz |
Versioning up.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ .SUFFIXES: .html .sgml -VERSION = 1.3.5 -VDATE = 25 February 2009 +VERSION = 1.3.6 +VDATE = 27 February 2009 CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g |