Skip to content

Commit 9c29a95

Browse files
committed
update the native libraries to Libbulletjme v22.0.1
1 parent 9f13ed2 commit 9c29a95

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
com.jme3 and jme3test software packages Copyright (c) 2009-2024 jMonkeyEngine
1+
com.jme3 and jme3test software packages Copyright (c) 2009-2025 jMonkeyEngine
22
jme3utilities software packages Copyright (c) 2013-2025 Stephen Gold
33
vhacd software package Copyright (c) 2016, Riccardo Balbo
44

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2024 jMonkeyEngine
2+
* Copyright (c) 2019-2025 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -52,7 +52,7 @@ final public class NativeLibrary {
5252
/**
5353
* expected version string of the native library
5454
*/
55-
final public static String expectedVersion = "21.2.1";
55+
final public static String expectedVersion = "22.0.1";
5656
// *************************************************************************
5757
// constructors
5858

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 = "9.3"
66
jme = "3.8.0-alpha2"
7-
lbj = "22.0.0"
7+
lbj = "22.0.1"
88

99
[libraries]
1010

0 commit comments

Comments
 (0)