diff options
| author | Whit J <[email protected]> | 2014-06-26 18:31:40 -0700 |
|---|---|---|
| committer | Whit J <[email protected]> | 2014-06-26 18:31:40 -0700 |
| commit | c598f2acdb281823f39c17f3dbfb079e17cb14a1 (patch) | |
| tree | 0465d7273025f709a3554904e399c44562fff2ee /src/bitcoin-cli-res.rc | |
| parent | Merge pull request #3715 (diff) | |
| download | discoin-c598f2acdb281823f39c17f3dbfb079e17cb14a1.tar.xz discoin-c598f2acdb281823f39c17f3dbfb079e17cb14a1.zip | |
Fixed captitalization in bitcoin-cli-res.rc
Diffstat (limited to 'src/bitcoin-cli-res.rc')
| -rw-r--r-- | src/bitcoin-cli-res.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoin-cli-res.rc b/src/bitcoin-cli-res.rc index f8bfb3a88..a4a0c47ea 100644 --- a/src/bitcoin-cli-res.rc +++ b/src/bitcoin-cli-res.rc @@ -5,7 +5,7 @@ #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" +#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |