diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-28 10:15:25 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-28 10:15:25 +0000 |
commit | 5bf40bcc5b0e4d1d51d2b6aa8f1e6945297b00d2 (patch) | |
tree | 07d71c9097b84147bc2f54182ab9f6afc67f12d1 /Makefile | |
parent | 35834c00fc0366416eaf6d6b3b99aa36bf2c2927 (diff) | |
download | mandoc-5bf40bcc5b0e4d1d51d2b6aa8f1e6945297b00d2.tar.gz |
Version up.VERSION.1.3.8
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.6 -VDATE = 27 February 2009 +VERSION = 1.3.8 +VDATE = 28 February 2009 CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g |