Skip to content

Commit

Permalink
post-release fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 23, 2017
1 parent 065c526 commit 6ea99dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heart/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# release notes for the jme3-utilities-heart library and related tests

## Version 0.9.24 released TBD
## Version 0.9.24 released 22 September 2017

+ Removed getMapLocation(), moveWorld(), moveChildWorld(), rotateChild(),
rotateObject(), and rotateY() methods from the MySpatial class
Expand Down
2 changes: 1 addition & 1 deletion heart/src/main/java/jme3utilities/Misc.java
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public static FilterPostProcessor getFpp(ViewPort viewPort,
* @return project name, library name, branch, and revision
*/
public static String getVersion() {
return "jme3-utilities jme3-utilities-heart master $Rev: 0.9.24 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 0.9.24+1 $";
}

/**
Expand Down

0 comments on commit 6ea99dd

Please sign in to comment.