diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-04 14:41:40 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-04 14:41:40 +0000 |
commit | 9e132a57b087be87cd731dd96397d9cc75b7bfa3 (patch) | |
tree | 5d462816189ff0f2fcc3afe8367da07dc04140d2 /Makefile | |
parent | 915fb21ef547b551114dab3787540221a2172ae9 (diff) | |
download | mandoc-9e132a57b087be87cd731dd96397d9cc75b7bfa3.tar.gz |
-tag, if followed by empty body, doesn't newline.
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.17 -VDATE = 03 March 2009 +VERSION = 1.3.18 +VDATE = 04 March 2009 BINDIR = $(PREFIX)/bin INCLUDEDIR = $(PREFIX)/include |