Skip to content

Commit

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

## Version 1.0.0for32 released on TBD
## Version 1.0.0for32 released on 5 December 2017

+ 1st release to target JME 3.2
+ Forced MySpatial.findMinMaxCoords(Spatial) to use world coordinates
+ Renamed MySpatial.findObject() to findEnabledRbc()
+ Added isAllPositive() method to MyVector3f class
+ Added axis-index constants to MyVector3f class
+ Added ContrastAdjustmentFilter
+ Added ContrastAdjustmentFilter class

## Version 0.9.27 released on 21 November 2017

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: 1.0.0for32 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 1.0.0for32+1 $";
}

/**
Expand Down

0 comments on commit 61edccd

Please sign in to comment.