diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-06-27 14:51:46 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-01 12:13:37 +0200 |
commit | 8d9cc7d743583f6cb72d224af458fa5f470b00e8 (patch) | |
tree | 7c1ffd5771479d365decc31df312dba895bbbcb2 /src/bitcoind-res.rc | |
parent | 9aaa1cadf4a33d8c925a3ed8ad86dc4bda020daf (diff) |
fix copyright string in two of our *.rc files
- also make comment about rc-files in clientversion.h generic
Merges #4429.
Diffstat (limited to 'src/bitcoind-res.rc')
-rw-r--r-- | src/bitcoind-res.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bitcoind-res.rc b/src/bitcoind-res.rc index dc5c56b797..2e6d754495 100644 --- a/src/bitcoind-res.rc +++ b/src/bitcoind-res.rc @@ -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 |