From 020ae1c77c125d53aba479feef746646d8860646 Mon Sep 17 00:00:00 2001 From: Andreas Diesner Date: Sat, 2 Nov 2013 20:30:59 +0100 Subject: [PATCH] Updated version number to 0.3.22 (no changes, simply to match official plugin version number) --- HISTORY | 3 +++ src/main.cpp | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 59bdcae..10f71fe 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,6 @@ +2013-11-02 - Version 0.3.22 +- Updated official garmin communicator plugin version number to 4.1.0 since Garmin changed it + 2013-09-23 - Version 0.3.21 - Bugfix: Plugin crashed when trying to import a broken FIT file diff --git a/src/main.cpp b/src/main.cpp index a47dcd0..b0fc610 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -54,7 +54,7 @@ const char * pluginName = "Garmin Communicator"; /** * A variable that stores the plugin description (may contain HTML) */ -const char * pluginDescription = "Garmin Communicator - Fake plugin. Version 0.3.21"; +const char * pluginDescription = "Garmin Communicator - Fake plugin. Version 0.3.22"; /** * A variable that stores the mime description of the plugin. @@ -1529,7 +1529,7 @@ void initializePropertyList() { Property value; value.writeable = false; value.type = NPVariantType_String; - value.stringValue = "\n\n\n\n006-A0160-00\n\n4\n0\n4\n0\nRelease\n\n0\n\n\n\n"; + value.stringValue = "\n\n\n\n006-A0160-00\n\n4\n1\n0\n0\nRelease\n\n0\n\n\n\n"; propertyList["VersionXml"] = value; value.stringValue = "\n\nGarminPlugin Status not yet implemented\n\n\n0% complete\n"; propertyList["ProgressXml"] = value;