From ac71d903cc93afc9ea935396ea524d8ed49ac6a7 Mon Sep 17 00:00:00 2001 From: Alberth Date: Thu, 15 Jan 2015 22:23:50 +0100 Subject: [PATCH] Fix project name, and use Nightly as version. --- bananas.ini | 4 ++-- info.nut | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bananas.ini b/bananas.ini index ec7613f..a9aa0c4 100644 --- a/bananas.ini +++ b/bananas.ini @@ -6,10 +6,10 @@ name = BusyBee version = description_file = bananas_description.txt -url = http://dev.openttdcoop.org/projects/busybee-gs +url = http://dev.openttdcoop.org/projects/busy-bee-gs license = GPL v2 tags = cargo, challenge, goal, cooperative -openttd_minimum_supported_version = 1.4.2 +openttd_minimum_supported_version = Nightly openttd_maximum_supported_version = # SuperLib_for_NoGo-36.tar diff --git a/info.nut b/info.nut index c66d8ca..625ccbf 100644 --- a/info.nut +++ b/info.nut @@ -33,7 +33,7 @@ class BusyBeeInfo extends GSInfo { function CreateInstance() { return "BusyBeeClass"; } function GetShortName() { return "BBEE"; } function GetAPIVersion() { return "1.5"; } - function GetUrl() { return "http://dev.openttdcoop.org/projects/busybee-gs"; } + function GetUrl() { return "http://dev.openttdcoop.org/projects/busy-bee-gs"; } function MinVersionToLoad() { return MINCOMPATIBLE_SAVEGAME_VERSION; } function GetSettings(); }