Skip to content

Commit

Permalink
bump version to 0.7.3+for36 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 3, 2023
1 parent 7ad0a16 commit e32f1a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions WesLibrary/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release log for the Wes library and related examples

## Version 0.7.3+for36: released on TBD

+ Targeted JME version 3.6.0-beta3.
+ Based on v8.2.1+for36 of the Heart Library and v0.9.28+for36 of Acorus.
+ Upgraded to Gradle v8.0.1 .

## Version 0.7.2: released on 23 June 2022

+ Added the `AppChooser` application.
Expand Down
4 changes: 2 additions & 2 deletions WesLibrary/src/main/java/jme3utilities/wes/WesVersion.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2017-2022, Stephen Gold
Copyright (c) 2017-2023, Stephen Gold
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -59,6 +59,6 @@ private WesVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.7.3-SNAPSHOT";
return "master 0.7.3+for36";
}
}
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {

// current versions of libraries:
jme3Version = '3.6.0-beta3'
wesVersion = '0.7.3-SNAPSHOT'
wesVersion = '0.7.3' + jmeTarget
}

sourceCompatibility = JavaVersion.VERSION_1_7
Expand Down

0 comments on commit e32f1a4

Please sign in to comment.