Modified --version output to reflect synergy+
This commit is contained in:
parent
f3b9c39580
commit
680fdeda92
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* synergy-plus -- mouse and keyboard sharing utility
|
* synergy-plus -- mouse and keyboard sharing utility
|
||||||
* Copyright (C) 2009 The Synergy+ Project
|
* Copyright (C) 2010 The Synergy+ Project
|
||||||
* Copyright (C) 2004 Chris Schoeneman
|
* Copyright (C) 2004 Chris Schoeneman
|
||||||
*
|
*
|
||||||
* This package is free software; you can redistribute it and/or
|
* This package is free software; you can redistribute it and/or
|
||||||
|
@ -19,8 +19,8 @@
|
||||||
#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) 2010 The Synergy+ Project";
|
||||||
const char* kContact = "Chris Schoeneman, crs23@bigfoot.com";
|
const char* kContact = "Synergy+ Developers, synergy-plus@googlegroups.com";
|
||||||
const char* kWebsite = "http://code.google.com/p/synergy-plus/";
|
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;
|
||||||
|
|
Loading…
Reference in New Issue