Mercurial > ~dholland > hg > tradcpp > index.cgi
diff version.h @ 124:3ad1cd80f5a0 release-0.2
release 0.2
author | David A. Holland |
---|---|
date | Tue, 11 Jun 2013 19:14:07 -0400 |
parents | 76c114899f63 |
children | 31fc4251ec3b |
line wrap: on
line diff
--- 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"