rc1 identifier string

This commit is contained in:
Brian Matzon 2008-06-04 19:40:24 +00:00
parent 1071c31bc0
commit 2886b754a9
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<property name="lwjgl.docs" location="doc" />
<property name="lwjgl.temp" location="temp" />
<property name="lwjgl.res" location="res" />
<property name="lwjgl.version" value="2.0b1" />
<property name="lwjgl.version" value="2.0rc1" />
<property name="opengl-template-pattern" value="org/lwjgl/opengl/GL*.java,org/lwjgl/opengl/ARB*.java,org/lwjgl/opengl/ATI*.java,org/lwjgl/opengl/EXT*.java,org/lwjgl/opengl/NV*.java,org/lwjgl/opengl/HP*.java,org/lwjgl/opengl/IBM*.java,org/lwjgl/opengl/SUN*.java,org/lwjgl/opengl/SGIS*.java"/>
<!-- ================================================================== -->

View File

@ -54,7 +54,7 @@ public final class Sys {
private static final String JNI_LIBRARY_NAME = "lwjgl";
/** Current version of library */
private static final String VERSION = "2.0b1";
private static final String VERSION = "2.0rc1";
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;