File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
MinieLibrary/src/main/java/com/jme3/bullet/util Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- com.jme3 and jme3test software packages Copyright (c) 2009-2024 jMonkeyEngine
1
+ com.jme3 and jme3test software packages Copyright (c) 2009-2025 jMonkeyEngine
2
2
jme3utilities software packages Copyright (c) 2013-2025 Stephen Gold
3
3
vhacd software package Copyright (c) 2016, Riccardo Balbo
4
4
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019-2024 jMonkeyEngine
2
+ * Copyright (c) 2019-2025 jMonkeyEngine
3
3
* All rights reserved.
4
4
*
5
5
* Redistribution and use in source and binary forms, with or without
@@ -52,7 +52,7 @@ final public class NativeLibrary {
52
52
/**
53
53
* expected version string of the native library
54
54
*/
55
- final public static String expectedVersion = "21.2 .1" ;
55
+ final public static String expectedVersion = "22.0 .1" ;
56
56
// *************************************************************************
57
57
// constructors
58
58
Original file line number Diff line number Diff line change 4
4
5
5
checkstyle = " 9.3"
6
6
jme = " 3.8.0-alpha2"
7
- lbj = " 22.0.0 "
7
+ lbj = " 22.0.1 "
8
8
9
9
[libraries ]
10
10
You can’t perform that action at this time.
0 commit comments