Skip to content

Commit dc73463

Browse files
committed
Update clientversion.h
1 parent be900de commit dc73463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define DO_STRINGIZE(X) #X
2525

2626
//! Copyright string used in Windows .rc files
27-
#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""
27+
#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"
2828

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

0 commit comments

Comments
 (0)