summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2007-07-17 18:47:51 +0000
committerkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2007-07-17 18:47:51 +0000
commit2b68c506ff2ba53a2cd9a6d7470b0aff77070fc3 (patch)
tree9d024850f268e7411383b171ced68b5426f0e661
parentbc76235e31633f9a23216b663780c4d2878d347b (diff)
Bump version number to 1.5.2
-rw-r--r--build.xml4
-rw-r--r--manifest.mf2
-rw-r--r--nbproject/project.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 23ee2c4..0aa5122 100644
--- a/build.xml
+++ b/build.xml
@@ -46,7 +46,7 @@
*/
-->
-<project name="j3d-examples-1.5.1" default="jar">
+<project name="j3d-examples-1.5.2" default="jar">
<target name="init">
<!-- Set global properties for this build -->
@@ -54,7 +54,7 @@
<property name="build" location="build"/>
<property name="dist" location="dist"/>
<property name="output.jar" location="dist/j3d-examples.jar"/>
- <property name="output.zip" location="dist/j3d-examples-1_5_1-src.zip"/>
+ <property name="output.zip" location="dist/j3d-examples-1_5_2-src.zip"/>
<property name="j3ddir" location="../j3d-core/build/default/debug"/>
<property name="vecmathdir" location="../vecmath/build/debug"/>
<property name="j3dcore.jar" location="${j3ddir}/lib/ext/j3dcore.jar"/>
diff --git a/manifest.mf b/manifest.mf
index 6012d40..3215dbc 100644
--- a/manifest.mf
+++ b/manifest.mf
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Implementation-Title: Java 3D Example Programs
-Implementation-Version: 1.5.1
+Implementation-Version: 1.5.2
Implementation-Vendor: Sun Microsystems, Inc.
Main-Class: org.jdesktop.j3d.examples.hello_universe.HelloUniverse
diff --git a/nbproject/project.xml b/nbproject/project.xml
index 7d9cbc7..1246e3c 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>j3d-examples-1.5.1</name>
+ <name>j3d-examples-1.5.2</name>
<properties/>
<folders>
<source-folder>