Updated the version to 1.3.3, changed the named to Synergy+ and updated the project URL.

This commit is contained in:
Sorin Sbarnea 2009-03-02 08:42:43 +00:00
parent a58a369c69
commit 3589fda449
2 changed files with 14 additions and 14 deletions

View File

@ -14,9 +14,9 @@
#include "Version.h" #include "Version.h"
const char* kApplication = "Synergy"; const char* kApplication = "Synergy+";
const char* kCopyright = "Copyright (C) 2002 Chris Schoeneman"; const char* kCopyright = "Copyright (C) 2002 Chris Schoeneman";
const char* kContact = "Chris Schoeneman, crs23@bigfoot.com"; const char* kContact = "Chris Schoeneman, crs23@bigfoot.com";
const char* kWebsite = "http://synergy2.sourceforge.net/"; const char* kWebsite = "http://code.google.com/p/synergy-plus/";
const char* kVersion = VERSION; const char* kVersion = VERSION;
const char* kAppVersion = "Synergy " VERSION; const char* kAppVersion = "Synergy+ " VERSION;

View File

@ -19,7 +19,7 @@
// set version macro if not set yet // set version macro if not set yet
#if !defined(VERSION) #if !defined(VERSION)
# define VERSION "1.3.2" # define VERSION "1.3.3"
#endif #endif
// important strings // important strings