Skip to content

Commit

Permalink
bump debug library version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 5, 2017
1 parent 4135fff commit 1463820
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SkyControl/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# release notes for the SkyControl library and related tests

## Version 0.9.3 released on TBD
## Version 0.9.3 released on 5 May 2017

Notable changes:
+ added utility methods
Expand Down
2 changes: 1 addition & 1 deletion SkyControl/src/main/java/jme3utilities/Misc.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public static String getUserPath(String fileName) {
* @return project name, library name, branch, and revision
*/
public static String getVersion() {
return "jme3-utilities SkyControl master $Rev: 0.9.3 $";
return "jme3-utilities SkyControl master $Rev: 0.9.3+1 $";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gradle.projectsEvaluated {
ext {
// version numbers for libraries
jcommanderVersion = '1.71'
jme3utilitiesdebugVersion = '0.5.1'
jme3utilitiesdebugVersion = '0.5.2'
jme3utilitiesniftyVersion = '0.6.2'
jme3utilitiesuiVersion = '0.5.0'
jmonkeyengineVersion = '3.1.0-stable'
Expand Down
6 changes: 5 additions & 1 deletion debug/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# release notes for the jme3-utilities-debug library and related tests

## Version 0.5.1 released on TBD
## Version 0.5.2 released on TBD

SkeletonDebugControl no longer depends on jME3's SkeletonDebug.

## Version 0.5.1 released on 4 May 2017

Made AxesControl and SkeletonDebugControl cloneable.

Expand Down
2 changes: 1 addition & 1 deletion debug/src/main/java/jme3utilities/debug/DebugVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ private DebugVersion() {
* @return branch and revision (not null, not empty)
*/
public static String getVersionShort() {
return "master 0.5.1";
return "master 0.5.2";
}
}

0 comments on commit 1463820

Please sign in to comment.