diff options
author | Kenneth Russel <[email protected]> | 2008-02-23 13:37:05 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-02-23 13:37:05 +0000 |
commit | 1f4935ce9a27e025b7fb732e6994f59c3b58da35 (patch) | |
tree | c5ec3900ba42601e4772863709abcb2ef6f0cde5 /make | |
parent | 219760495e7867dc6085448b9c1d7497aefea81b (diff) |
Reverted back to nightly build numbering scheme
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1545 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-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 5e7bd006f..5e8e3085d 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-rc8"/> + <property name="base_version" value="1.1.1"/> <!-- 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" /> |