From 680a54822c00e744a60b159cb1cc4d1ae21a8be8 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Tue, 17 Jul 2007 18:46:36 +0000 Subject: Bump version number to 1.5.2 git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@123 dd45e54d-f42e-c781-df72-dca083a658b1 --- build.xml | 4 ++-- nbproject/project.xml | 2 +- src/VECMATH.MF | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index c482d8a..3c1fd25 100644 --- a/build.xml +++ b/build.xml @@ -14,13 +14,13 @@ */ --> - + - + diff --git a/nbproject/project.xml b/nbproject/project.xml index 4c56288..7f96aaf 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -4,7 +4,7 @@ - vecmath-1.5.1 + vecmath-1.5.2 diff --git a/src/VECMATH.MF b/src/VECMATH.MF index b97d148..57aeb7c 100644 --- a/src/VECMATH.MF +++ b/src/VECMATH.MF @@ -3,7 +3,7 @@ Specification-Title: Java 3D API Specification Specification-Version: 1.5 Specification-Vendor: Sun Microsystems, Inc. Implementation-Title: Java 3D Vecmath Runtime Environment -Implementation-Version: 1.5.1 +Implementation-Version: 1.5.2 Implementation-Vendor: Sun Microsystems, Inc. Extension-Name: javax.vecmath Implementation-Vendor-Id: com.sun @@ -12,6 +12,6 @@ Bundle-Name: Vecmath Library Bundle-Vendor: Sun Microsystems Bundle-Localization: plugin Bundle-SymbolicName: javax.vecmath; singleton:=true -Bundle-Version: 1.5.1 +Bundle-Version: 1.5.2 Eclipse-AutoStart: true Export-Package: javax.vecmath -- cgit v1.2.3