Skip to content

Commit 6ee76c0

Browse files
authored
Merge pull request #689 from tonihele/feature/issue-688
Update to jME 3.8.1
2 parents 04ed831 + 11e8f88 commit 6ee76c0

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
LBL_Copyright=<p><em>Copyright &copy; 2025 jMonkeyEngine.\n<br>Please visit <a style="color: #f3c802;" href="http://jmonkeyengine.org">http://jmonkeyengine.org</a> for more information.</em></p><p>Icons sets : <ul><li><a style="color: #f3c802;" href="https://game-icons.net/">Lorc, Delapouite & contributors @ game-icons.net</a></li><li><a style="color: #f3c802;" href="http://brankic1979.com/icons/">Brankic1979</a></li><li><a style="color: #f3c802;" href="http://www.entypo.com/index.php">Entypo+</a></li><li><a style="color: #f3c802;" href="https://hub.jmonkeyengine.org/u/ogli">Ogli</a> (edited by <a style="color: #f3c802;" href="https://hub.jmonkeyengine.org/u/grizeldi">grizeldi</a>)</li><ul> </p>
1+
LBL_Copyright=<p><em>Copyright &copy; 2026 jMonkeyEngine.\n<br>Please visit <a style="color: #f3c802;" href="http://jmonkeyengine.org">http://jmonkeyengine.org</a> for more information.</em></p><p>Icons sets : <ul><li><a style="color: #f3c802;" href="https://game-icons.net/">Lorc, Delapouite & contributors @ game-icons.net</a></li><li><a style="color: #f3c802;" href="http://brankic1979.com/icons/">Brankic1979</a></li><li><a style="color: #f3c802;" href="http://www.entypo.com/index.php">Entypo+</a></li><li><a style="color: #f3c802;" href="https://hub.jmonkeyengine.org/u/ogli">Ogli</a> (edited by <a style="color: #f3c802;" href="https://hub.jmonkeyengine.org/u/grizeldi">grizeldi</a>)</li><ul> </p>
22
updates_not_found=<p style="margin: 0"><b>Updates:</b> jMonkeyEngine SDK is updated to version {0}</p>\n
33
URL_ON_IMG=http://jmonkeyengine.org/

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version number used for plugins, only 3 numbers (e.g. 3.1.3)
2-
jmeVersion = 3.8.0
2+
jmeVersion = 3.8.1
33
# Version used for application and settings folder, no spaces!
44
jmeMainVersion = 3.8
55
# Version addition pre-alpha-svn, Stable, Beta
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<html>
2+
<p>A production-quality JMonkeyEngine 3.8 patch release with the following changes relative to 3.8.0-stable:</p>
3+
<ul>
4+
<li><a href="https://github.com/jMonkeyEngine/jmonkeyengine/commit/f6e646fad7a41183dc8d7820982a6d0fd08570f0"><tt>f6e646f</tt></a> : Adds a new test for PBR with InstanceNode</li>
5+
<li><a href="https://github.com/jMonkeyEngine/jmonkeyengine/commit/fcaf17f490ed9663dbe4690503c6011067f42ebc"><tt>fcaf17f</tt></a> : Fixes a bug that caused instancing to crash when used with PBRLighting.j3md</li>
6+
</ul>
7+
</html>

jme3-templates/src/com/jme3/gde/templates/gradledesktop/options/JMEVersion.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
*/
5757
public enum JMEVersion implements LibraryVersion {
5858

59+
JME_3_8_1("3.8.1-stable",
60+
"/com/jme3/gde/templates/files/patchnotes/381-stable.html"),
5961
JME_3_8_0("3.8.0-stable",
6062
"/com/jme3/gde/templates/files/patchnotes/380-stable.html"),
6163
JME_3_7_0("3.7.0-stable",

0 commit comments

Comments
 (0)