Modified --version output to reflect synergy+

This commit is contained in:
BostonVaulter 2010-06-25 10:46:19 +00:00
parent f3b9c39580
commit 680fdeda92
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*
* synergy-plus -- mouse and keyboard sharing utility
* Copyright (C) 2009 The Synergy+ Project
* Copyright (C) 2010 The Synergy+ Project
* Copyright (C) 2004 Chris Schoeneman
*
* This package is free software; you can redistribute it and/or
@ -19,8 +19,8 @@
#include "Version.h"
const char* kApplication = "Synergy+";
const char* kCopyright = "Copyright (C) 2002 Chris Schoeneman";
const char* kContact = "Chris Schoeneman, crs23@bigfoot.com";
const char* kCopyright = "Copyright (C) 2010 The Synergy+ Project";
const char* kContact = "Synergy+ Developers, synergy-plus@googlegroups.com";
const char* kWebsite = "http://code.google.com/p/synergy-plus/";
const char* kVersion = VERSION;
const char* kAppVersion = "Synergy+ " VERSION;