aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/bitcoin_config.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-04-27 10:11:52 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-04-27 10:11:52 +0300
commit48ed65bcdd0401724047b9aa0ae801439ea1a313 (patch)
treea4e2560d662d43c44b1195b7e92750d71ec19fd2 /build_msvc/bitcoin_config.h
parent703414994aa46c8f7d37ff66c77573ae6e7dcb20 (diff)
downloadbitcoin-48ed65bcdd0401724047b9aa0ae801439ea1a313.tar.xz
Align MSVC build options with Linux build ones
Diffstat (limited to 'build_msvc/bitcoin_config.h')
-rw-r--r--build_msvc/bitcoin_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h
index 4ac27dae3f..b5a05e2629 100644
--- a/build_msvc/bitcoin_config.h
+++ b/build_msvc/bitcoin_config.h
@@ -11,10 +11,10 @@
#define CLIENT_VERSION_IS_RELEASE false
/* Major version */
-#define CLIENT_VERSION_MAJOR 1
+#define CLIENT_VERSION_MAJOR 0
/* Minor version */
-#define CLIENT_VERSION_MINOR 17
+#define CLIENT_VERSION_MINOR 18
/* Build revision */
#define CLIENT_VERSION_REVISION 99
@@ -29,7 +29,7 @@
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
/* Copyright year */
-#define COPYRIGHT_YEAR 2018
+#define COPYRIGHT_YEAR 2019
/* Define to 1 to enable wallet functions */
#define ENABLE_WALLET 1