(svn r27993) -Change: Heading for 1.9 now

This commit is contained in:
frosch
2018-03-14 19:36:41 +00:00
parent 080d57d97a
commit 09d4735679
14 changed files with 38 additions and 10 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.8"; }
function GetAPIVersion() { return "1.9"; }
function GetDate() { return "2007-03-18"; }
function CreateInstance() { return "Regression"; }
}