diff options
author | glx <glx@openttd.org> | 2020-02-08 22:44:31 +0100 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2020-02-08 23:38:49 +0100 |
commit | 2f264f2c92d202608cb54cf6f06abf8e2aa0e875 (patch) | |
tree | e24154b2edd5aeb03f338314dc24f1ee3b93bca0 /bin/ai/regression | |
parent | a499e9acdd385b57dd43caf88af3a6f7f53716ba (diff) | |
download | openttd-2f264f2c92d202608cb54cf6f06abf8e2aa0e875.tar.xz |
Change: Heading for 1.11 now
Diffstat (limited to 'bin/ai/regression')
-rw-r--r-- | bin/ai/regression/regression_info.nut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ai/regression/regression_info.nut b/bin/ai/regression/regression_info.nut index 020b186fa..758754cfe 100644 --- a/bin/ai/regression/regression_info.nut +++ b/bin/ai/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.10"; } + function GetAPIVersion() { return "1.11"; } function GetDate() { return "2007-03-18"; } function CreateInstance() { return "Regression"; } } |