Skip to content

Commit

Permalink
update release log, build scripts, and init message for version 9.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 15, 2020
1 parent 9f9c0f0 commit acacda7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# configure deployment by AppVeyor.com

version: 9.2.3
version: 9.2.4

image: Visual Studio 2019

Expand All @@ -11,13 +11,13 @@ build_script:
- cmd: gradlew.bat build --console=plain --no-daemon

artifacts:
- path: dist/Libbulletjme-9.2.3.jar
- path: dist/Libbulletjme-9.2.4.jar
name: classJar
- path: dist/Libbulletjme-9.2.3-javadoc.jar
- path: dist/Libbulletjme-9.2.4-javadoc.jar
name: javadocJar
- path: dist/Libbulletjme-9.2.3-sources.jar
- path: dist/Libbulletjme-9.2.4-sources.jar
name: sourcesJar
- path: dist/Libbulletjme-9.2.3.pom
- path: dist/Libbulletjme-9.2.4.pom
name: pom
- path: dist/Windows32DebugDp_bulletjme.dll
name: dll32DD
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

ext {
artifact = 'Libbulletjme'
version = '9.2.3'
version = '9.2.4'
baseName = "${artifact}-${version}"
}

Expand Down
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release log for the Libbulletjme project

## Version 9.2.4 released on 14 November 2020

Built using NDK v21.3.6528147 and Gradle plugin v4.1.1, with minSdkVersion=22.
Test using JUnit v4.13.1 .

## Version 9.2.3 released on 13 November 2020

Built using Gradle v6.7 and Android SDK v30.
Expand Down
2 changes: 1 addition & 1 deletion src/main/native/glue/jmeClasses.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#include <jni.h>

#define LIBBULLETJME_VERSION "9.2.3"
#define LIBBULLETJME_VERSION "9.2.4"

#ifdef _DEBUG
#define NULL_CHK(pEnv, pointer, message, retval) \
Expand Down

0 comments on commit acacda7

Please sign in to comment.