diff options
author | Kenneth Russel <[email protected]> | 2007-05-07 07:00:36 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-05-07 07:00:36 +0000 |
commit | 806a58b324324cacd528b7c6592ea5f8c863c18b (patch) | |
tree | 5a2d7b6c710b437b24a2be680824e5e3f6376a86 /make/build.xml | |
parent | c4f13fdd5ce06fa3a70f923747f07b71b9366721 (diff) |
Changed version number to build 1.1.1-rc1 tonight
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1239 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 18e280ab6..45f2de22b 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-rc1"/> <!-- 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" /> |