diff options
author | Patric Stout <truebrain@openttd.org> | 2021-03-14 20:47:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 20:47:31 +0100 |
commit | 9bfa7198fdd617df4ed41086c62d3806d890573d (patch) | |
tree | 373442349ef0be9c96907ad088e51dc4a6fe347b /regression | |
parent | 74c98db1b61c805f7931cc252c30cc62c4eb0c90 (diff) | |
download | openttd-9bfa7198fdd617df4ed41086c62d3806d890573d.tar.xz |
Change: Heading for 1.12 now (#8862)
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 758754cfe..340dcff5c 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 "1.11"; } + function GetAPIVersion() { return "1.12"; } function GetDate() { return "2007-03-18"; } function CreateInstance() { return "Regression"; } } diff --git a/regression/stationlist/info.nut b/regression/stationlist/info.nut index 42e5072fd..a58fd20ba 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 "1.11"; } + function GetAPIVersion() { return "1.12"; } function GetDate() { return "2007-03-18"; } function CreateInstance() { return "StationList"; } } |