diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-03 22:28:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-03 22:28:21 +0000 |
commit | 978c841bef6356b836aa769aee366d3c5a6f64c6 (patch) | |
tree | e6240e57e397c22940b35b79c5eb04a8542a3327 /Makefile | |
parent | f64a310e2e71ac67ec7eb30da2ee82c83de8bf44 (diff) | |
download | mandoc-978c841bef6356b836aa769aee366d3c5a6f64c6.tar.gz |
-diag fixed (allows quoted parameters)
Versioned 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.15 -VDATE = 02 March 2009 +VERSION = 1.3.17 +VDATE = 03 March 2009 BINDIR = $(PREFIX)/bin INCLUDEDIR = $(PREFIX)/include |