We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a638e9 commit f00efb3Copy full SHA for f00efb3
src/clientversion.h
@@ -15,8 +15,8 @@
15
16
//! These need to be macros, as clientversion.cpp's and navcoin*-res.rc's voodoo requires it
17
#define CLIENT_VERSION_MAJOR 4
18
-#define CLIENT_VERSION_MINOR 5
19
-#define CLIENT_VERSION_REVISION 2
+#define CLIENT_VERSION_MINOR 6
+#define CLIENT_VERSION_REVISION 0
20
#define CLIENT_VERSION_BUILD 0
21
22
//! Set to true for release, false for prerelease or test build
@@ -32,7 +32,7 @@
32
* Copyright year (2009-this)
33
* Todo: update this when changing our copyright comments in the source
34
*/
35
-#define COPYRIGHT_YEAR 2018
+#define COPYRIGHT_YEAR 2019
36
37
#endif //HAVE_CONFIG_H
38
0 commit comments