diff options
author | Kenneth Russel <[email protected]> | 2009-06-18 01:48:40 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-06-18 01:48:40 +0000 |
commit | 5607c14460e9e8abd2833517016f1dd3ec9c685c (patch) | |
tree | df7b9d869718d5292400e53eec63648b5481a6c0 /make | |
parent | c3e34198941443446c227d388f1d313a0ef41455 (diff) |
Reverted back to nightly build numbering scheme after 2.0-beta1
snapshot (binaries not yet tested, may need to regenerate this build)
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1985 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/versions.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/make/versions.xml b/make/versions.xml index c43aaa0db..75c035f5a 100644 --- a/make/versions.xml +++ b/make/versions.xml @@ -11,29 +11,29 @@ example, "2.0-beta1" or "2.0-rc1". For large releases, push betas before release candidates to give the community time to react.--> - <property name="jogl_base_version" value="2.0-beta1" /> + <property name="jogl_base_version" value="2.0" /> <!-- Uncomment this property in order to produce a JOGL release build without running the "RI" (Reference Implementation) target in build-jogl.xml. This should be uncommented for official release builds and intermediate release builds, but commented out for nightly builds. --> - <property name="jogl.ri" value="true" /> + <!-- <property name="jogl.ri" value="true" /> --> <!-- Base version of the NativeWindow interface, following the same rules as above --> - <property name="nativewindow_base_version" value="1.0-beta1" /> + <property name="nativewindow_base_version" value="1.0" /> <!-- Uncomment this property in order to produce a NativeWindow build without running the "RI" (Reference Implementation) target in build-nativewindow.xml. This should be uncommented for official release builds and intermediate release builds, but commented out for nightly builds. --> - <property name="nativewindow.ri" value="true" /> + <!-- <property name="nativewindow.ri" value="true" /> --> <!-- Base version of the Newt library, following the same rules as above --> - <property name="newt_base_version" value="1.0-beta1" /> + <property name="newt_base_version" value="1.0" /> <!-- Newt isn't covered by a JSR at the moment, so there is little value in having a different reference implementation @@ -41,6 +41,6 @@ let's keep things symmetric. This should be uncommented for official release builds and intermediate release builds, but commented out for nightly builds. --> - <property name="newt.ri" value="true" /> + <!-- <property name="newt.ri" value="true" /> --> </project> |