comparison 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
comparison
equal deleted inserted replaced
123:9f479b52364a 124:3ad1cd80f5a0
1 /*- 1 /*-
2 * Copyright (c) 2010 The NetBSD Foundation, Inc. 2 * Copyright (c) 2010, 2013 The NetBSD Foundation, Inc.
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
5 * This code is derived from software contributed to The NetBSD Foundation 5 * This code is derived from software contributed to The NetBSD Foundation
6 * by David A. Holland. 6 * by David A. Holland.
7 * 7 *
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 * POSSIBILITY OF SUCH DAMAGE. 27 * POSSIBILITY OF SUCH DAMAGE.
28 */ 28 */
29 29
30 #define VERSION_MAJOR "0" 30 #define VERSION_MAJOR "0"
31 #define VERSION_MINOR "1" 31 #define VERSION_MINOR "2"
32 #define VERSION_STRING "0.1" 32 #define VERSION_STRING "0.2"
33 #define VERSION_LONG "NetBSD tradcpp 0.1" 33 #define VERSION_LONG "NetBSD tradcpp 0.2"