diff options
| author | Philip Kaufmann <[email protected]> | 2014-06-27 14:51:46 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-07-01 12:13:37 +0200 |
| commit | 8d9cc7d743583f6cb72d224af458fa5f470b00e8 (patch) | |
| tree | 7c1ffd5771479d365decc31df312dba895bbbcb2 /src/bitcoin-cli-res.rc | |
| parent | Merge pull request #4397 (diff) | |
| download | discoin-8d9cc7d743583f6cb72d224af458fa5f470b00e8.tar.xz discoin-8d9cc7d743583f6cb72d224af458fa5f470b00e8.zip | |
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/bitcoin-cli-res.rc')
| -rw-r--r-- | src/bitcoin-cli-res.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bitcoin-cli-res.rc b/src/bitcoin-cli-res.rc index a4a0c47ea..b1aa1b0e1 100644 --- a/src/bitcoin-cli-res.rc +++ b/src/bitcoin-cli-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 |