Skip to content

Commit 10e214c

Browse files
committed
post-release fixup
1 parent eb2e851 commit 10e214c

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
The Jme3-utilities Project contains Java packages and assets, developed for
44
sgold's jMonkeyEngine projects, which might prove useful in similar projects.
5-
It contains 9 sub-projects:
5+
It contains 8 sub-projects:
66

77
1. heart: the `jme3-utilities-heart` library of core classes
88
2. SkyControl: the `SkyControl` library for sky simulation
99
3. moon-ccbysa: assets for a realistic Moon in `SkyControl`
10-
4. debug: the `jme3-utilities-debug` library of debugging aids
11-
5. tests: demos, examples, and test software
12-
6. textures: generate textures used by `jme3-utilities-debug` and `SkyControl`
13-
7. ui: the `jme3-utilities-ui` library for building user interfaces
14-
8. nifty: the `jme3-utilities-nifty` library for using NiftyGUI user
10+
4. tests: demos, examples, and test software
11+
5. textures: generate textures used by `jme3-utilities-heart` and `SkyControl`
12+
6. ui: the `jme3-utilities-ui` library for building user interfaces
13+
7. nifty: the `jme3-utilities-nifty` library for using NiftyGUI user
1514
interfaces with jMonkeyEngine
16-
9. x: the `jme3-utilities-x` library of experimental software
15+
8. x: the `jme3-utilities-x` library of experimental software
16+
17+
The `jme3-utilities-debug` library, formerly a sub-project, has merged
18+
into the `jme3-utilities-heart` library.
1719

1820
The `Minie` library, formerly a sub-project, is now a separate project
1921
at [GitHub](https://github.com/stephengold/Minie).

debug/release-notes.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release notes for the jme3-utilities-debug library and related tests
22

3+
The `jme3-utilities-debug` library, formerly a sub-project, merged
4+
into the `jme3-utilities-heart` library on 10 March 2019.
5+
36
## Version 0.9.12 released on 10 March 2019
47

58
+ Made `Describer` and `Dumper` both `Cloneable`.

heart/release-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# release notes for the jme3-utilities-heart library and related tests
22

3-
## Version 2.21.0 released on TBD
3+
## Version 2.21.0 released on 10 March 2019
44

55
+ The `jme3-utilities-debug` library merged into the
66
`jme3-utilities-heart` library.

heart/src/main/java/jme3utilities/Misc.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public static void setLoggingLevels(Level newLevel) {
380380
* @return project name, library name, branch, and revision
381381
*/
382382
public static String version() {
383-
return "jme3-utilities jme3-utilities-heart master $Rev: 2.21.0 $";
383+
return "jme3-utilities jme3-utilities-heart master $Rev: 2.21.0+1 $";
384384
}
385385

386386
/**

0 commit comments

Comments
 (0)