Skip to content

Commit

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

## Version 1.0.35 released on 5 March 2019

+ Added an `applyCentralImpulse()` method to the `PhysicsRigidBody` class.

## Version 1.0.34 released on 3 March 2019

+ Remove extra qualification from `jmePhysicsSpace.h`.
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.34: initializing Java classes\n");
fprintf(stdout, "Libbulletjme v1.0.35: initializing Java classes\n");
fflush(stdout);
}

Expand Down

0 comments on commit 659643b

Please sign in to comment.