From 5c22a5252aa75b2782d0b7048f01933abe891101 Mon Sep 17 00:00:00 2001 From: Alberth Date: Thu, 15 Jan 2015 21:43:39 +0100 Subject: [PATCH] Fix: Cannot express 1.4.2 as minimal version in NoGo. --- info.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.nut b/info.nut index 43961f6..c66d8ca 100644 --- a/info.nut +++ b/info.nut @@ -32,7 +32,7 @@ class BusyBeeInfo extends GSInfo { function GetDate() { return PROGRAM_DATE; } function CreateInstance() { return "BusyBeeClass"; } function GetShortName() { return "BBEE"; } - function GetAPIVersion() { return "1.4.2"; } + function GetAPIVersion() { return "1.5"; } function GetUrl() { return "http://dev.openttdcoop.org/projects/busybee-gs"; } function MinVersionToLoad() { return MINCOMPATIBLE_SAVEGAME_VERSION; } function GetSettings();