Skip to content

Commit

Permalink
post-release fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 19, 2017
1 parent 74cecd1 commit db42acd
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.12 released on TBD
## Version 0.9.12 released on 18 July 2017

+ Added material definition multicolor2 to render point shapes
+ Added DomeMesh and RoundedRectangle classes
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 @@ -160,7 +160,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.12 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 0.9.12+1 $";
}

/**
Expand Down

0 comments on commit db42acd

Please sign in to comment.