Change: set API version to 1.5

This commit is contained in:
Andy
2014-12-27 10:00:28 +00:00
parent 357c15e157
commit 97390e38cc

View File

@@ -26,7 +26,7 @@ class FMainClass extends GSInfo {
function GetDate() { return "2014-12-27"; }
function CreateInstance() { return "MainClass"; }
function GetShortName() { return "BBEE"; }
function GetAPIVersion() { return "1.4"; }
function GetAPIVersion() { return "1.5"; }
function GetUrl() { return ""; }
}