diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-09 13:35:09 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-09 13:35:09 +0000 |
commit | 028cb9cf2041bbee0ed488b669254a2a8bc9ccb9 (patch) | |
tree | 5ab2627228735e61d73e125ca0c30cbd81138c0d /Makefile | |
parent | 79c252d0d501a7a16abd7ad9da42ff7440083ee4 (diff) | |
download | mandoc-028cb9cf2041bbee0ed488b669254a2a8bc9ccb9.tar.gz |
Fixed valgrind issues.VERSION.1.4.6
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ .SUFFIXES: .html .sgml -VERSION = 1.4.5 +VERSION = 1.4.6 VDATE = 9 March 2009 BINDIR = $(PREFIX)/bin |