Skip to content

Commit

Permalink
Update clientversion.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazyhead90 committed Mar 13, 2019
1 parent be900de commit dc73463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define DO_STRINGIZE(X) #X

//! Copyright string used in Windows .rc files
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The Dash Core Developers, 2015-" STRINGIZE(COPYRIGHT_YEAR) " The PIVX Core Developers, 2017-" STRINGIZE(COPYRIGHT_YEAR) " The Phore Core Developers, 2018-" STRINGIZE(COPYRIGHT_YEAR) " The Helix Core Developers""
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The Dash Core Developers, 2015-" STRINGIZE(COPYRIGHT_YEAR) " The PIVX Core Developers, 2017-" STRINGIZE(COPYRIGHT_YEAR) " The Phore Core Developers, 2019-" STRINGIZE(COPYRIGHT_YEAR) " The Helix Core Developers"

/**
* helixd-res.rc includes this file, but it cannot cope with real c++ code.
Expand Down

0 comments on commit dc73463

Please sign in to comment.