diff options
Diffstat (limited to 'regression/stationlist/info.nut')
-rw-r--r-- | regression/stationlist/info.nut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regression/stationlist/info.nut b/regression/stationlist/info.nut index ad91c7645..099a7d12e 100644 --- a/regression/stationlist/info.nut +++ b/regression/stationlist/info.nut @@ -4,7 +4,7 @@ class StationList extends AIInfo { function GetShortName() { return "REGS"; } function GetDescription() { return "This runs stationlist-tests on some commands. On the same map the result should always be the same."; } function GetVersion() { return 1; } - function GetAPIVersion() { return "12"; } + function GetAPIVersion() { return "13"; } function GetDate() { return "2007-03-18"; } function CreateInstance() { return "StationList"; } function UseAsRandomAI() { return false; } |