Skip to content

Commit 59bf0c8

Browse files
committed
update the Jolt-JNI library to v5.0.0
1 parent f4638a8 commit 59bf0c8

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-alpha4"
7-
jolt-jni = "4.3.0"
7+
jolt-jni = "5.0.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 = "4.3.0";
68+
final public static String expectedVersion = "5.0.0";
6969
// *************************************************************************
7070
// constructors
7171

0 commit comments

Comments
 (0)