summaryrefslogtreecommitdiff
path: root/bin/ai/regression
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2016-03-01 20:00:22 +0000
committerfrosch <frosch@openttd.org>2016-03-01 20:00:22 +0000
commit0c7c0ada786fadfa33cabc22a6ad1468904a9854 (patch)
tree3914d724bf915a475700841de71ef8cfb980ff02 /bin/ai/regression
parent56c54dcaec1100cc3c9866af5a4a513e95fa3b07 (diff)
downloadopenttd-0c7c0ada786fadfa33cabc22a6ad1468904a9854.tar.xz
(svn r27518) -Update: Numbers
Diffstat (limited to 'bin/ai/regression')
-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 4e7aec756..87676e162 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 some commands. On the same map the result should always be the same."; }
function GetVersion() { return 1; }
- function GetAPIVersion() { return "1.6"; }
+ function GetAPIVersion() { return "1.7"; }
function GetDate() { return "2007-03-18"; }
function CreateInstance() { return "Regression"; }
}