diff options
author | Kenneth Russel <[email protected]> | 2007-10-17 17:50:46 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-10-17 17:50:46 +0000 |
commit | 3a342b8bad808a44172c5b4cca9774b707a2d94f (patch) | |
tree | 59796b14a4e57245048be4ee6a28b52ab1b33ef4 | |
parent | 7318a096ac242d8caf5d2020d90167e817ad2874 (diff) |
Bumped build number to 1.1.1-rc6
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1405 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r-- | make/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index 5e8e3085d..1aa7ff656 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-rc6"/> <!-- 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" /> |