diff --git a/src/clientversion.h b/src/clientversion.h index afc88e8be..b6814da7e 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -40,7 +40,7 @@ #define DO_STRINGIZE(X) #X //! Copyright string used in Windows .rc files -#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers and The Zcash developers and The Hush developers" +#define COPYRIGHT_STR "2009-2017" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core, Zcash, and Hush developers" /** * bitcoind-res.rc includes this file, but it cannot cope with real c++ code.