diff options
author | rubidium <rubidium@openttd.org> | 2009-12-23 23:09:47 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-23 23:09:47 +0000 |
commit | 60082980fd12b645150655a29c9b68e3aa0f92ef (patch) | |
tree | 0377bfd4ddc8f9bc13474df798cb08cac2760b85 /bin/ai/regression/regression_info.nut | |
parent | 5aea707be06ce318065a7209251579f817d032c6 (diff) | |
download | openttd-60082980fd12b645150655a29c9b68e3aa0f92ef.tar.xz |
(svn r18622) -Merge: release changes
Diffstat (limited to 'bin/ai/regression/regression_info.nut')
-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 8c870c571..0d70f0824 100644 --- a/bin/ai/regression/regression_info.nut +++ b/bin/ai/regression/regression_info.nut @@ -6,7 +6,7 @@ class Regression extends AIInfo { function GetShortName() { return "REGR"; } function GetDescription() { return "This runs regression-tests on all commands. On the same map the result should always be the same."; } function GetVersion() { return 1; } - function GetAPIVersion() { return "0.8"; } + function GetAPIVersion() { return "1.0"; } function GetDate() { return "2007-03-18"; } function CreateInstance() { return "Regression"; } } |