Mercurial > ~dholland > hg > tradcpp > index.cgi
changeset 138:85b66cc0344e release-0.3.1
release-0.3.1
author | David A. Holland |
---|---|
date | Tue, 09 Jul 2013 13:48:47 -0400 |
parents | 0816803b22d1 |
children | 6eaaa9c4e87f |
files | CHANGES version.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Tue Jul 09 13:43:27 2013 -0400 +++ b/CHANGES Tue Jul 09 13:48:47 2013 -0400 @@ -1,4 +1,4 @@ -pending +release 0.3.1 (20130709) - Don't leak memory and assert if a bad command-line option comes after a -D or a -include foo. - Since imake is a principal application for tradcpp and imake carefully
--- a/version.h Tue Jul 09 13:43:27 2013 -0400 +++ b/version.h Tue Jul 09 13:48:47 2013 -0400 @@ -29,5 +29,5 @@ #define VERSION_MAJOR "0" #define VERSION_MINOR "3" -#define VERSION_STRING "0.3" -#define VERSION_LONG "NetBSD tradcpp 0.3" +#define VERSION_STRING "0.3.1" +#define VERSION_LONG "NetBSD tradcpp 0.3.1"