Bläddra i källkod

Add 3.8.1 to known jME versions

Toni Helenius 3 veckor sedan
förälder
incheckning
467d13b647

+ 7 - 0
jme3-templates/src/com/jme3/gde/templates/files/patchnotes/381-stable.html

@@ -0,0 +1,7 @@
+<html>
+  <p>A production-quality JMonkeyEngine 3.8 patch release with the following changes relative to 3.8.0-stable:</p>
+  <ul>
+        <li><a href="https://github.com/jMonkeyEngine/jmonkeyengine/commit/f6e646fad7a41183dc8d7820982a6d0fd08570f0"><tt>f6e646f</tt></a> : Adds a new test for PBR with InstanceNode</li>
+        <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>
+  </ul>
+</html>

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

@@ -56,6 +56,8 @@ package com.jme3.gde.templates.gradledesktop.options;
  */
 public enum JMEVersion implements LibraryVersion {
 
+    JME_3_8_1("3.8.1-stable",
+            "/com/jme3/gde/templates/files/patchnotes/381-stable.html"),
     JME_3_8_0("3.8.0-stable",
             "/com/jme3/gde/templates/files/patchnotes/380-stable.html"),
     JME_3_7_0("3.7.0-stable",