diff options
-rw-r--r-- | build.xml | 4 | ||||
-rw-r--r-- | nbproject/project.xml | 2 | ||||
-rw-r--r-- | src/VECMATH.MF | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -14,13 +14,13 @@ */ --> -<project name="vecmath-1.5.0" default="jar-debug" basedir="."> +<project name="vecmath-1.5.1" default="jar-debug" basedir="."> <!-- Set global properties for this build --> <property name="src" location="src"/> <property name="build" location="build"/> <property name="dist" location="dist"/> - <property name="version" value="1_5_0"/> + <property name="version" value="1_5_1"/> <property name="docname" value="vecmath-${version}-doc"/> <target name="echo"> diff --git a/nbproject/project.xml b/nbproject/project.xml index 3877930..4c56288 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -4,7 +4,7 @@ <configuration> <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> <!--Do not use Project Properties customizer when editing this file manually.--> - <name>vecmath-1.5.0</name> + <name>vecmath-1.5.1</name> <properties/> <folders> <source-folder> diff --git a/src/VECMATH.MF b/src/VECMATH.MF index 20736a8..b97d148 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.0 +Implementation-Version: 1.5.1 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.0 +Bundle-Version: 1.5.1 Eclipse-AutoStart: true Export-Package: javax.vecmath |