summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-02-15 17:04:32 +0000
committerKenneth Russel <[email protected]>2007-02-15 17:04:32 +0000
commit2172f45e0d4896923669c351a61872f1fb237f6b (patch)
tree225aec11d30f77a475a3efcf6a9101d5fbb952d4 /make
parent09db2fab31c648f5e509ce3d4bcf5f8a203f29fe (diff)
Reverted build number back to nightly build scheme
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1136 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index bd736953f..1fa77b445 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.0-rc3"/>
+ <property name="base_version" value="1.1.0"/>
<!-- 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" />