diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-20 16:43:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-20 16:43:28 +0000 |
commit | be580e96cc87913d3720c581d51bf965f725d8aa (patch) | |
tree | b52d9af1c3f2c4bd2c7afd1ff87be2fcbc7e6f91 /Makefile | |
parent | 00aebf138812dfbbad4079310459c4a98d262466 (diff) | |
download | mandoc-be580e96cc87913d3720c581d51bf965f725d8aa.tar.gz |
Fixed literal-formatting error with `Dl'.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.6.2 +VERSION = 1.6.3 VDATE = 20 March 2009 VFLAGS = -DVERSION=\"$(VERSION)\" |