Incremented default plugin version to 1.1

This commit is contained in:
Nick Bolton 2015-05-25 18:59:52 +01:00
parent cae767735c
commit e479f16705
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <QCoreApplication>
static const char kBaseUrl[] = "http://synergy-project.org/files";
static const char kDefaultVersion[] = "1.0";
static const char kDefaultVersion[] = "1.1";
static const char kWinProcessorArch32[] = "Windows-x86";
static const char kWinProcessorArch64[] = "Windows-x64";
static const char kMacProcessorArch[] = "MacOSX%1-i386";