Bumping version number

This commit is contained in:
Brian Matzon 2012-11-04 19:50:22 +00:00
parent 65009d8274
commit 6417afb180
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.8.5" />
<property name="lwjgl.version" value="2.9.0" />
<property name="lwjgl.web" location="www" />
<property name="lwjgl.src.templates.al" location="${lwjgl.src.templates}/org/lwjgl/openal"/>

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.8.5";
private static final String VERSION = "2.9.0";
private static final String POSTFIX64BIT = "64";