From 97390e38ccdcc9f5606273a8209235f7411341c4 Mon Sep 17 00:00:00 2001 From: Andy <1780327+andythenorth@users.noreply.github.com> Date: Sat, 27 Dec 2014 10:00:28 +0000 Subject: [PATCH 1/2] Change: set API version to 1.5 --- info.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.nut b/info.nut index 162ef29..181749c 100644 --- a/info.nut +++ b/info.nut @@ -26,7 +26,7 @@ class FMainClass extends GSInfo { function GetDate() { return "2014-12-27"; } function CreateInstance() { return "MainClass"; } function GetShortName() { return "BBEE"; } - function GetAPIVersion() { return "1.4"; } + function GetAPIVersion() { return "1.5"; } function GetUrl() { return ""; } } From 732f5354266b3340b5970b129c77c7ad6e2322f6 Mon Sep 17 00:00:00 2001 From: Andy <1780327+andythenorth@users.noreply.github.com> Date: Sat, 27 Dec 2014 10:01:39 +0000 Subject: [PATCH 2/2] Codechange: remove references to NoCarGoal in GPL text --- info.nut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.nut b/info.nut index 181749c..23ffa3f 100644 --- a/info.nut +++ b/info.nut @@ -6,13 +6,13 @@ * under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License * - * NoCarGoal is distributed in the hope that it will be useful, + * BusyBee is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with NoCarGoal; If not, see or + * along with BusyBee; If not, see or * write to the Free Software Foundation, Inc., 51 Franklin Street, * Fifth Floor, Boston, MA 02110-1301 USA. *