Rename VERSION to SYNERGY_VERSION

This commit is contained in:
Andrew Nelless
2017-04-27 15:59:22 +01:00
parent 876744ad2c
commit 242f1e7e29
4 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ const char* kApplication = "Synergy";
const char* kCopyright = "Copyright (C) 2012-2016 Symless Ltd.\n"
"Copyright (C) 2008-2014 Nick Bolton\n"
"Copyright (C) 2002-2014 Chris Schoeneman";
const char* kContact = "Email: nick@symless.com";
const char* kWebsite = "http://symless.com/";
const char* kVersion = VERSION;
const char* kAppVersion = "Synergy " VERSION;
const char* kContact = "Email: engineering@symless.com";
const char* kWebsite = "https://symless.com/";
const char* kVersion = SYNERGY_VERSION;
const char* kAppVersion = "Synergy " SYNERGY_VERSION;