summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-03-17 20:16:05 +0000
committerfrosch <frosch@openttd.org>2014-03-17 20:16:05 +0000
commit8ff9499fe2095d17856e8eac3e698d2af96e17d8 (patch)
tree18147b1bf424da8bc1f4a5675e8b0eec7f78a4e9 /bin
parentfa0fdd45c6eb97aba4753135d44c5e903e848d53 (diff)
downloadopenttd-8ff9499fe2095d17856e8eac3e698d2af96e17d8.tar.xz
(svn r26409) -Update: Version number in some more places.
Diffstat (limited to 'bin')
-rw-r--r--bin/ai/regression/regression_info.nut2
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"; }
}