aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-06-17 16:27:57 +0000
committerKenneth Russel <[email protected]>2009-06-17 16:27:57 +0000
commitb78113cd21ea9b31867e2b415b8586751e056e54 (patch)
treed28114c9bd65b4038dca4f0b2275fd798ec2aee8
parentebc1ae27a0f07961fb3b9875e30a1540179bb311 (diff)
Changed JOGL build number to 2.0-beta1 in preparation for first
official prerelease build git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1980 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r--make/versions.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/make/versions.xml b/make/versions.xml
index 89b053941..5769a5d49 100644
--- a/make/versions.xml
+++ b/make/versions.xml
@@ -11,30 +11,30 @@
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" />
+ <property name="jogl_base_version" value="2.0-beta1" />
<!-- Uncomment this property in order to produce a JOGL release
build without running the "RI" (Reference Implementation)
target in build-jogl.xml. -->
- <!-- <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" />
+ <property name="nativewindow_base_version" value="1.0-beta1" />
<!-- Uncomment this property in order to produce a NativeWindow
build without running the "RI" (Reference Implementation)
target in build-nativewindow.xml. -->
- <!-- <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" />
+ <property name="newt_base_version" value="1.0-beta1" />
<!-- Newt isn't covered by a JSR at the moment, so there is little
value in having a different reference implementation
vs. intermediate build numbering scheme, but for the moment
let's keep things symmetric -->
- <!-- <property name="newt.ri" value="true" /> -->
+ <property name="newt.ri" value="true" />
</project>