- update JmeSystem version number

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8115 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-08-26 17:11:45 +00:00
parent 59f9f09e5f
commit 15885dcfa9

View File

@ -363,7 +363,7 @@ public class JmeSystem {
}
public static String getFullName() {
return "jMonkey Engine 3 Alpha 0.6";
return "jMonkeyEngine 3.0.0 Beta";
}
public static InputStream getResourceAsStream(String name) {