# HG changeset patch # User David A. Holland # Date 1373741308 14400 # Node ID 281317d304782fe3d60f4786a1480fe5ce485ebd # Parent 15f51ed08ecfb87bf4ea44de3e1f4878f61cc5a0 release-0.4 diff -r 15f51ed08ecf -r 281317d30478 CHANGES --- a/CHANGES Sat Jul 13 14:47:29 2013 -0400 +++ b/CHANGES Sat Jul 13 14:48:28 2013 -0400 @@ -1,4 +1,4 @@ -pending +release 0.4 (20130713) - Fix stupid build problem introduced in 0.3.1. - Accept and ignore -m32, which imake issues willy-nilly on a bunch of platforms. I thought this had already been done, but apparently diff -r 15f51ed08ecf -r 281317d30478 version.h --- a/version.h Sat Jul 13 14:47:29 2013 -0400 +++ b/version.h Sat Jul 13 14:48:28 2013 -0400 @@ -28,6 +28,6 @@ */ #define VERSION_MAJOR "0" -#define VERSION_MINOR "3" -#define VERSION_STRING "0.3.1" -#define VERSION_LONG "NetBSD tradcpp 0.3.1" +#define VERSION_MINOR "4" +#define VERSION_STRING "0.4" +#define VERSION_LONG "NetBSD tradcpp 0.4"