changeset 188:557824449ec7 release-0.5

Release 0.5.
author David A. Holland
date Fri, 12 Jun 2015 04:15:34 -0400
parents 8c7e508da6cc
children 00ef62949535
files CHANGES version.h
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Fri Jun 12 04:14:59 2015 -0400
+++ b/CHANGES	Fri Jun 12 04:15:34 2015 -0400
@@ -1,4 +1,4 @@
-pending
+release 0.5 (20150612)
    - Don't report unclosed comments as "No newline at end of file".
    - Don't rely on <stdbool.h> existing, as (predictably) it doesn't
      work on Solaris.
--- a/version.h	Fri Jun 12 04:14:59 2015 -0400
+++ b/version.h	Fri Jun 12 04:15:34 2015 -0400
@@ -28,6 +28,6 @@
  */
 
 #define VERSION_MAJOR  "0"
-#define VERSION_MINOR  "4"
-#define VERSION_STRING "0.4"
-#define VERSION_LONG   "NetBSD tradcpp 0.4"
+#define VERSION_MINOR  "5"
+#define VERSION_STRING "0.5"
+#define VERSION_LONG   "NetBSD tradcpp 0.5"