diff options
author | frosch <frosch@openttd.org> | 2014-03-17 20:16:05 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2014-03-17 20:16:05 +0000 |
commit | 8ff9499fe2095d17856e8eac3e698d2af96e17d8 (patch) | |
tree | 18147b1bf424da8bc1f4a5675e8b0eec7f78a4e9 /bin/ai | |
parent | fa0fdd45c6eb97aba4753135d44c5e903e848d53 (diff) | |
download | openttd-8ff9499fe2095d17856e8eac3e698d2af96e17d8.tar.xz |
(svn r26409) -Update: Version number in some more places.
Diffstat (limited to 'bin/ai')
-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 e4846840e..6eb19140d 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 "1.3"; } + function GetAPIVersion() { return "1.5"; } function GetDate() { return "2007-03-18"; } function CreateInstance() { return "Regression"; } } |