aboutsummaryrefslogtreecommitdiff
path: root/src/clientversion.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-27 14:51:46 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-07-01 12:13:37 +0200
commit8d9cc7d743583f6cb72d224af458fa5f470b00e8 (patch)
tree7c1ffd5771479d365decc31df312dba895bbbcb2 /src/clientversion.h
parent9aaa1cadf4a33d8c925a3ed8ad86dc4bda020daf (diff)
downloadbitcoin-8d9cc7d743583f6cb72d224af458fa5f470b00e8.tar.xz
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/clientversion.h')
-rw-r--r--src/clientversion.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clientversion.h b/src/clientversion.h
index a30bbff06b..6c718a9f79 100644
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -8,7 +8,7 @@
// client versioning and copyright year
//
-// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
+// These need to be macros, as version.cpp's and bitcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 99
@@ -28,4 +28,7 @@
#define STRINGIZE(X) DO_STRINGIZE(X)
#define DO_STRINGIZE(X) #X
+// Copyright string used in Windows .rc files
+#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers"
+
#endif // CLIENTVERSION_H