Bump version to 2.9.3

This commit is contained in:
Ioannis Tsakpinis 2014-12-30 14:33:04 +02:00
parent 4a8e5bf4f7
commit 6ae9382a11
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.9.2" />
<property name="lwjgl.version" value="2.9.3" />
<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.9.2";
private static final String VERSION = "2.9.3";
private static final String POSTFIX64BIT = "64";