diff options
author | Kevin Rushforth <[email protected]> | 2006-12-14 21:02:44 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2006-12-14 21:02:44 +0000 |
commit | 4ad18959d0ea6209de00f4942a5437beefcb21e6 (patch) | |
tree | b84df8fd3ccce8cd94a3b0a2c9b566c64ece74b1 /src | |
parent | 99f86ecada028dcce378a1d50bc6986e75e74089 (diff) |
Bumped version to 1.5.1
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@114 dd45e54d-f42e-c781-df72-dca083a658b1
Diffstat (limited to 'src')
-rw-r--r-- | src/VECMATH.MF | 4 |
1 files changed, 2 insertions, 2 deletions
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 |