From 9013b544b9244dee88e7dfc4868644eefeb57e94 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Fri, 19 Feb 2021 20:54:14 -0800 Subject: [PATCH] update release log, build scripts, and init message for version 10.2.0 --- appveyor.yml | 10 +++++----- build.gradle | 2 +- release-notes.md | 5 +++++ src/main/native/glue/jmeClasses.h | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a644cd6c..d8dc1c42 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ --- # configure deployment by AppVeyor.com -version: 10.1.0 +version: 10.2.0 image: Visual Studio 2019 @@ -11,13 +11,13 @@ build_script: - cmd: gradlew.bat build --console=plain --no-daemon artifacts: - - path: dist/Libbulletjme-10.1.0.jar + - path: dist/Libbulletjme-10.2.0.jar name: classJar - - path: dist/Libbulletjme-10.1.0-javadoc.jar + - path: dist/Libbulletjme-10.2.0-javadoc.jar name: javadocJar - - path: dist/Libbulletjme-10.1.0-sources.jar + - path: dist/Libbulletjme-10.2.0-sources.jar name: sourcesJar - - path: dist/Libbulletjme-10.1.0.pom + - path: dist/Libbulletjme-10.2.0.pom name: pom - path: dist/Windows32DebugDp_bulletjme.dll name: dll32DD diff --git a/build.gradle b/build.gradle index 11c2ef8e..585babbb 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { description = 'a JNI interface for Bullet Physics and V-HACD' ext { artifact = 'Libbulletjme' - version = '10.1.0' + version = '10.2.0' baseName = "${artifact}-${version}" } diff --git a/release-notes.md b/release-notes.md index a39ebf7d..f6f9fc5e 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,10 @@ # Release log for the Libbulletjme project +## Version 10.2.0 released on 19 February 2021 + + + Added getters and setters for the pivot locations of a `Point2PointJoint`. + + Test using JUnit v4.13.2 . + ## Version 10.1.0 released on 10 February 2021 + Bugfix: suspension lengths of a `PhysicsVehicle` are not initialized. diff --git a/src/main/native/glue/jmeClasses.h b/src/main/native/glue/jmeClasses.h index a721e474..f56be11b 100644 --- a/src/main/native/glue/jmeClasses.h +++ b/src/main/native/glue/jmeClasses.h @@ -38,7 +38,7 @@ #include -#define LIBBULLETJME_VERSION "10.1.0" +#define LIBBULLETJME_VERSION "10.2.0" #ifdef _DEBUG #define NULL_CHK(pEnv, pointer, message, retval) \