(svn r27192) -Change: heading for 1.6 now

This commit is contained in:
frosch
2015-03-17 20:33:44 +00:00
parent 5b1632f4aa
commit 2edbc72ebd
15 changed files with 41 additions and 17 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.5"; }
function GetAPIVersion() { return "1.6"; }
function GetDate() { return "2007-03-18"; }
function CreateInstance() { return "Regression"; }
}