Skip to content

Commit

Permalink
update the Libbulletjme library to v18.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 5, 2023
1 parent 371fddb commit 0ca6c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MinieLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
ext {
// The URL from which native libraries should be copied:

libbulletjmeUrl = 'https://github.com/stephengold/Libbulletjme/releases/download/18.6.0/'
libbulletjmeUrl = 'https://github.com/stephengold/Libbulletjme/releases/download/18.6.1/'
//libbulletjmeUrl = 'file:///home/sgold/NetBeansProjects/Libbulletjme/dist/' // to test a local build
//libbulletjmeUrl = 'file:///c:\\users\\sgold\\My%20Documents\\NetBeansProjects\\Libbulletjme\\dist\\' // to test a local build

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ final public class NativeLibrary {
/**
* expected version string of the native library
*/
final public static String expectedVersion = "18.6.0";
final public static String expectedVersion = "18.6.1";
// *************************************************************************
// constructors

Expand Down

0 comments on commit 0ca6c00

Please sign in to comment.