Change: Heading for 1.10 now (#7319)

This commit is contained in:
frosch
2019-03-03 20:51:57 +01:00
committed by GitHub
parent eb46a89855
commit a67ee02529
16 changed files with 45 additions and 16 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.9"; }
function GetAPIVersion() { return "1.10"; }
function GetDate() { return "2007-03-18"; }
function CreateInstance() { return "Regression"; }
}