Mercurial > ~dholland > hg > tradcpp > index.cgi
changeset 200:18b872f36217 release-0.5.2
Release 0.5.2
author | David A. Holland |
---|---|
date | Sun, 04 Sep 2016 17:16:39 -0400 |
parents | 1d2bad7151f9 |
children | cc6ad214664a |
files | CHANGES version.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Sun Sep 04 17:14:42 2016 -0400 +++ b/CHANGES Sun Sep 04 17:16:39 2016 -0400 @@ -1,4 +1,4 @@ -release [pending] +release 0.5.2 (20160904) - Fix typo in -U usage message, noticed by Joerg. - Add a -debuglog option to send an execution trace to a file. Intended to be used when debugging imake templates and other
--- a/version.h Sun Sep 04 17:14:42 2016 -0400 +++ b/version.h Sun Sep 04 17:16:39 2016 -0400 @@ -29,5 +29,5 @@ #define VERSION_MAJOR "0" #define VERSION_MINOR "5" -#define VERSION_STRING "0.5.1" -#define VERSION_LONG "NetBSD tradcpp 0.5.1" +#define VERSION_STRING "0.5.2" +#define VERSION_LONG "NetBSD tradcpp 0.5.2"