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 8, 2017
1 parent 4b76a07 commit 8289ba6
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.21 released on TBD
## Version 0.9.21 released on 8 September 2017

+ Handle bone-index buffers containing shorts instead of bytes
+ Added MyAnimation.findSpatialTrack()
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.21 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 0.9.21+1 $";
}

/**
Expand Down

0 comments on commit 8289ba6

Please sign in to comment.