aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-05-24 03:31:41 +0000
committerKenneth Russel <[email protected]>2007-05-24 03:31:41 +0000
commit4a9ff8999bd692bacf034f5b78f8e2aa86c79283 (patch)
tree9e97d0f064ae0ed945ce6d00f6c96bd9db55f6a9 /make/build.xml
parent86a1f9e7c917b970075de12167efa6222e3a1b46 (diff)
Updated build number to 1.1.1-rc2 in anticipation of tonight's build
succeeding git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1250 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 18e280ab6..fe569f5b6 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -51,11 +51,11 @@
<project name="JOGL" basedir="." default="all">
<!-- This is the version of JOGL you are building -->
- <property name="base_version" value="1.1.1"/>
+ <property name="base_version" value="1.1.1-rc2"/>
<!-- Uncomment this property definition to cause a full release build to be done -->
<!-- without needing to specify the RI target on the command line -->
- <!-- property name="RImanifestfile" value="joglRIversion" / -->
+ <property name="RImanifestfile" value="joglRIversion" />
<!-- Pull in GlueGen cpptasks build file -->
<property name="gluegen.root" value="../../gluegen" />