Skip to content

Commit

Permalink
update the release notes and init message for version 1.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 24, 2019
1 parent a53b6f9 commit ac09349
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# release notes for the Libbulletjme Project

## Version 1.0.40 released on 23 March 2019

Added `getAabb()` and `getBoundingSphere()` methods to
the `CollisionShape` class.

## Version 1.0.39 released on 11 March 2019

Try a different method of constructing `btVector3`.
Expand Down
2 changes: 1 addition & 1 deletion src/native/glue/jmeClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void jmeClasses::initJavaClasses(JNIEnv* env) {
if (PhysicsSpace != NULL) return; // already initialized

if (printFlag) {
fprintf(stdout, "Libbulletjme v1.0.39: initializing Java classes\n");
fprintf(stdout, "Libbulletjme v1.0.40: initializing Java classes\n");
fflush(stdout);
}

Expand Down

0 comments on commit ac09349

Please sign in to comment.