changeset 147:281317d30478 release-0.4

release-0.4
author David A. Holland
date Sat, 13 Jul 2013 14:48:28 -0400
parents 15f51ed08ecf
children 8772a0654876
files CHANGES version.h
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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"