Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Jul 15, 2022
1 parent b3a3103 commit 6cc68d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform_build/build-definitions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-babric.1" />
<property name="lwjgl.version" value="2.9.4-babric.2" />
<property name="lwjgl.web" location="www" />

<property name="lwjgl.src.templates.al" location="${lwjgl.src.templates}/org/lwjgl/openal"/>
Expand Down
2 changes: 1 addition & 1 deletion src/java/org/lwjgl/Sys.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-babric.1";
private static final String VERSION = "2.9.4-babric.2";

private static final String POSTFIX64BIT = "64";

Expand Down

0 comments on commit 6cc68d9

Please sign in to comment.