diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-25 12:38:15 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-25 12:38:15 +0000 |
commit | 499b3131729c02e36d6d750d01262a90a3aad0f4 (patch) | |
tree | ef28857b4fb2452b022d6efab3d8c2fafe0adb26 /Makefile | |
parent | f1f56204ca1bca8af2b46fac9185ec54ec6d25ba (diff) | |
download | mandoc-499b3131729c02e36d6d750d01262a90a3aad0f4.tar.gz |
Fixed version-date tag.VERSION.1.3.5
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.5 +VDATE = 25 February 2009 CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g |