summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2006-12-14 21:02:55 +0000
committerkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2006-12-14 21:02:55 +0000
commitb63097f943e4ec16e913da73cabbca4f55ac19aa (patch)
tree9fd772dda12c1439cb42ab8b6f93023e08872b25 /build.xml
parentccbb60ecf6d28481f0d062272d98960c01e1f272 (diff)
Bumped version to 1.5.1
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index ab792c2..65c768f 100644
--- a/build.xml
+++ b/build.xml
@@ -46,7 +46,7 @@
*/
-->
-<project name="j3d-examples-1.5.0" default="jar">
+<project name="j3d-examples-1.5.1" 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_0-src.zip"/>
+ <property name="output.zip" location="dist/j3d-examples-1_5_1-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"/>