diff options
author | Kenneth Russel <[email protected]> | 2008-05-23 01:28:54 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-05-23 01:28:54 +0000 |
commit | 61572f987e134bb488b8dd855947a1cc07edc9c1 (patch) | |
tree | 7731ea50ffba97036034cff8cba0cce9c55baa70 | |
parent | 864a0daafdcca423f113f96589ec62c819ce4a32 (diff) |
Updated build number to 1.1.2 and updated docs to point to 1.1.1 as
the most recent official build
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1639 232f8b59-042b-4e1e-8c03-345bb8c30851
-rw-r--r-- | doc/userguide/index.html | 2 | ||||
-rw-r--r-- | make/build.xml | 4 | ||||
-rw-r--r-- | www/index.html | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 3dfd57568..8a64c8f13 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -176,7 +176,7 @@ build. For reference, the extension JNLP file for the most recent official JSR-231 build is available at <PRE> - <extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.0/webstart/jogl.jnlp" /> + <extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/webstart/jogl.jnlp" /> </PRE> Note that before JOGL transitioned to the JSR-231 APIs, there were diff --git a/make/build.xml b/make/build.xml index 0531db145..a20a321db 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.2"/> <!-- 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" /> diff --git a/www/index.html b/www/index.html index 154c61516..4e51af98a 100644 --- a/www/index.html +++ b/www/index.html @@ -95,8 +95,8 @@ the JOGL source tree</a>. <li><a - href="https://jogl.dev.java.net/servlets/ProjectDocumentList?folderID=7333&expandFolder=7333&folderID=6750" - target="_blank">Current release build (JSR-231 1.1.0)</a></li> + href="https://jogl.dev.java.net/servlets/ProjectDocumentList?folderID=9260&expandFolder=9260&folderID=0" + target="_blank">Current release build (JSR-231 1.1.1)</a></li> <li><a href="https://jogl.dev.java.net/servlets/ProjectDocumentList" |