(svn r27518) -Update: Numbers

This commit is contained in:
frosch
2016-03-01 20:00:22 +00:00
parent a8b5756718
commit fbd79d88f0
15 changed files with 41 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ class Regression extends AIInfo {
function GetShortName() { return "REGR"; }
function GetDescription() { return "This runs regression-tests on some commands. On the same map the result should always be the same."; }
function GetVersion() { return 1; }
function GetAPIVersion() { return "1.6"; }
function GetAPIVersion() { return "1.7"; }
function GetDate() { return "2007-03-18"; }
function CreateInstance() { return "Regression"; }
}