Mercurial > ~dholland > hg > tradcpp > index.cgi
changeset 133:31fc4251ec3b release-0.3
release 0.3
author | David A. Holland |
---|---|
date | Sun, 16 Jun 2013 22:41:23 -0400 |
parents | de48a105d106 |
children | b17209c1ced5 |
files | CHANGES version.h |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Sun Jun 16 22:08:17 2013 -0400 +++ b/CHANGES Sun Jun 16 22:41:23 2013 -0400 @@ -1,4 +1,4 @@ -pending +release 0.3 (20130616) - Don't eval the control expression of the first #if of a block when already in a false block; it might not be valid. Reported by Baptiste Daroussin.
--- a/version.h Sun Jun 16 22:08:17 2013 -0400 +++ b/version.h Sun Jun 16 22:41:23 2013 -0400 @@ -28,6 +28,6 @@ */ #define VERSION_MAJOR "0" -#define VERSION_MINOR "2" -#define VERSION_STRING "0.2" -#define VERSION_LONG "NetBSD tradcpp 0.2" +#define VERSION_MINOR "3" +#define VERSION_STRING "0.3" +#define VERSION_LONG "NetBSD tradcpp 0.3"