We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7034149 commit 48ed65bCopy full SHA for 48ed65b
1 file changed
build_msvc/bitcoin_config.h
@@ -11,10 +11,10 @@
11
#define CLIENT_VERSION_IS_RELEASE false
12
13
/* Major version */
14
-#define CLIENT_VERSION_MAJOR 1
+#define CLIENT_VERSION_MAJOR 0
15
16
/* Minor version */
17
-#define CLIENT_VERSION_MINOR 17
+#define CLIENT_VERSION_MINOR 18
18
19
/* Build revision */
20
#define CLIENT_VERSION_REVISION 99
@@ -29,7 +29,7 @@
29
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
30
31
/* Copyright year */
32
-#define COPYRIGHT_YEAR 2018
+#define COPYRIGHT_YEAR 2019
33
34
/* Define to 1 to enable wallet functions */
35
#define ENABLE_WALLET 1
0 commit comments