diff options
author | Patric Stout <truebrain@openttd.org> | 2021-09-25 13:48:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 13:48:03 +0200 |
commit | 394c749b6b0fa3e185734b7e5b92ad71420fdf2c (patch) | |
tree | 8778ab3f76393aeece0c92225a0a0510c0c50388 /regression | |
parent | 39662aabefa851a153b66571a50fd4b78b83ced1 (diff) | |
download | openttd-394c749b6b0fa3e185734b7e5b92ad71420fdf2c.tar.xz |
Change: Heading for 13 now (#9573)
Diffstat (limited to 'regression')
-rw-r--r-- | regression/regression/info.nut | 2 | ||||
-rw-r--r-- | regression/stationlist/info.nut | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/regression/regression/info.nut b/regression/regression/info.nut index 1a52cfebb..8799d9862 100644 --- a/regression/regression/info.nut +++ b/regression/regression/info.nut @@ -4,7 +4,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 "12"; } + function GetAPIVersion() { return "13"; } function GetDate() { return "2007-03-18"; } function CreateInstance() { return "Regression"; } function UseAsRandomAI() { return false; } 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; } |