Skip to content

Commit 1cb40df

Browse files
committed
update the Jolt-JNI library to v3.9.0
1 parent 035a3b8 commit 1cb40df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
checkstyle = "12.3.1"
66
jme = "3.10.0-alpha1"
7-
jolt-jni = "3.8.0"
7+
jolt-jni = "3.9.0"
88

99
[libraries]
1010

library/src/main/java/com/jme3/bullet/util/NativeLibrary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ final public class NativeLibrary {
6565
/**
6666
* expected version string of the native library
6767
*/
68-
final public static String expectedVersion = "3.8.0";
68+
final public static String expectedVersion = "3.9.0";
6969
// *************************************************************************
7070
// constructors
7171

0 commit comments

Comments
 (0)