Mercurial > ~dholland > hg > tradcpp > index.cgi
changeset 124:3ad1cd80f5a0 release-0.2
release 0.2
author | David A. Holland |
---|---|
date | Tue, 11 Jun 2013 19:14:07 -0400 |
parents | 9f479b52364a |
children | 4e98022c3ce2 |
files | CHANGES version.h |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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"