fix copyright string in two of our *.rc files

- also make comment about rc-files in clientversion.h generic

Merges #4429.
This commit is contained in:
Philip Kaufmann
2014-06-27 14:51:46 +02:00
committed by Wladimir J. van der Laan
parent 9aaa1cadf4
commit 8d9cc7d743
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
#define VER_PRODUCTVERSION_STR STRINGIZE(CLIENT_VERSION_MAJOR) "." STRINGIZE(CLIENT_VERSION_MINOR) "." STRINGIZE(CLIENT_VERSION_REVISION) "." STRINGIZE(CLIENT_VERSION_BUILD)
#define VER_FILEVERSION VER_PRODUCTVERSION
#define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION