We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296eaef commit 492d6d4Copy full SHA for 492d6d4
1 file changed
src/clientversion.h
@@ -17,7 +17,7 @@
17
#define CLIENT_VERSION_MAJOR 2
18
#define CLIENT_VERSION_MINOR 0
19
#define CLIENT_VERSION_REVISION 0
20
-#define CLIENT_VERSION_BUILD 4
+#define CLIENT_VERSION_BUILD 5
21
//bitcoingui.cpp L116
22
//! Set to true for release, false for prerelease or test build
23
#define CLIENT_VERSION_IS_RELEASE true
@@ -26,7 +26,7 @@
26
* Copyright year (2009-this)
27
* Todo: update this when changing our copyright comments in the source
28
*/
29
-#define COPYRIGHT_YEAR 2017
+#define COPYRIGHT_YEAR 2018
30
31
#endif //HAVE_CONFIG_H
32
0 commit comments