Bump version to 2.9.4

This commit is contained in:
Ioannis Tsakpinis 2015-01-19 20:41:13 +02:00
parent 70a8746f9a
commit ae4606c53f
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.3" />
<property name="lwjgl.version" value="2.9.4" />
<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.3";
private static final String VERSION = "2.9.4";
private static final String POSTFIX64BIT = "64";