diff options
author | Kenneth Russel <[email protected]> | 2007-01-21 03:29:39 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-01-21 03:29:39 +0000 |
commit | d06ba0843b50894efbe48690d4b2f79f50b20599 (patch) | |
tree | 68283822a66a4f2dbd4141d09de01631d51db6c0 /make/build.xml | |
parent | 394ee26b8411958c1643b88b412bb9e9f9c512c0 (diff) |
Updated build number to 1.1.0-rc2
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1094 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build.xml')
-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 c204b106f..055aec339 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"/> + <property name="base_version" value="1.1.0-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" /> |