File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
java/com/jme3/bullet/util Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# # configure Gradle properties for building the Libbulletjme project
22
3- lbjVersion = 22.0.0
3+ lbjVersion = 22.0.1
44
55# # default artifact name (used if -Partifact= isn't specified on the command line)
66artifact = Libbulletjme
Original file line number Diff line number Diff line change 11# Release log for the Libbulletjme project
22
3+ ## Version 22.0.1 released on 24 January 2025
4+
5+ Bugfix: desktop ARM natives are stored at wrong paths in JARs
6+
37## Version 22.0.0 released on 22 January 2025
48
59+ Stopped deploying artifacts to GitHub.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ final public class NativeLibrary {
5252 /**
5353 * expected version string of the native library
5454 */
55- final public static String expectedVersion = "22.0.0 " ;
55+ final public static String expectedVersion = "22.0.1 " ;
5656 // *************************************************************************
5757 // constructors
5858
Original file line number Diff line number Diff line change 3838 */
3939#include < jni.h>
4040
41- #define LIBBULLETJME_VERSION " 22.0.0 "
41+ #define LIBBULLETJME_VERSION " 22.0.1 "
4242
4343#define EXCEPTION_CHK (pEnv, retval ) \
4444 if (pEnv->ExceptionCheck ()) { \
You can’t perform that action at this time.
0 commit comments