# HG changeset patch # User David A. Holland # Date 1370992447 14400 # Node ID 3ad1cd80f5a07b0ce19131f3e58f2560e4a30d9d # Parent 9f479b52364ac7557f4e541a12ba6944b82b6cbb release 0.2 diff -r 9f479b52364a -r 3ad1cd80f5a0 CHANGES --- a/CHANGES Tue Jun 11 19:02:33 2013 -0400 +++ b/CHANGES Tue Jun 11 19:14:07 2013 -0400 @@ -1,4 +1,4 @@ -pending +release 0.2 (20130611) - auto-recognize more builtin PowerPC and mips macros - pass -Wunused (partly from Baptiste Daroussin) - allow absolute paths in include files (partly from Baptiste Daroussin) diff -r 9f479b52364a -r 3ad1cd80f5a0 version.h --- a/version.h Tue Jun 11 19:02:33 2013 -0400 +++ b/version.h Tue Jun 11 19:14:07 2013 -0400 @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2010 The NetBSD Foundation, Inc. + * Copyright (c) 2010, 2013 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -28,6 +28,6 @@ */ #define VERSION_MAJOR "0" -#define VERSION_MINOR "1" -#define VERSION_STRING "0.1" -#define VERSION_LONG "NetBSD tradcpp 0.1" +#define VERSION_MINOR "2" +#define VERSION_STRING "0.2" +#define VERSION_LONG "NetBSD tradcpp 0.2"