Mercurial > ~dholland > hg > tradcpp > index.cgi
changeset 195:ab06d46bf5cc release-0.5.1
Release 0.5.1
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 22:04:08 -0400 |
parents | 879fd8f0dd53 |
children | acdb5701123e |
files | CHANGES version.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Fri Jun 12 22:02:50 2015 -0400 +++ b/CHANGES Fri Jun 12 22:04:08 2015 -0400 @@ -1,4 +1,4 @@ -pending +release 0.5.1 (20150612) - Fix a stupid regression in 0.5 that causes it to not recognize a pile of options. - Fix output corruption caused by mishandling which macros are
--- a/version.h Fri Jun 12 22:02:50 2015 -0400 +++ b/version.h Fri Jun 12 22:04:08 2015 -0400 @@ -29,5 +29,5 @@ #define VERSION_MAJOR "0" #define VERSION_MINOR "5" -#define VERSION_STRING "0.5" -#define VERSION_LONG "NetBSD tradcpp 0.5" +#define VERSION_STRING "0.5.1" +#define VERSION_LONG "NetBSD tradcpp 0.5.1"