(svn r19143) -Codechange: trunk's going for 1.1 now.

This commit is contained in:
rubidium
2010-02-16 00:07:15 +00:00
parent 3626eb340e
commit 997d52fc69
5 changed files with 14 additions and 3 deletions

View File

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