Skip to content

Commit 48ed65b

Browse files
committed
Align MSVC build options with Linux build ones
1 parent 7034149 commit 48ed65b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_msvc/bitcoin_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
#define CLIENT_VERSION_IS_RELEASE false
1212

1313
/* Major version */
14-
#define CLIENT_VERSION_MAJOR 1
14+
#define CLIENT_VERSION_MAJOR 0
1515

1616
/* Minor version */
17-
#define CLIENT_VERSION_MINOR 17
17+
#define CLIENT_VERSION_MINOR 18
1818

1919
/* Build revision */
2020
#define CLIENT_VERSION_REVISION 99
@@ -29,7 +29,7 @@
2929
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
3030

3131
/* Copyright year */
32-
#define COPYRIGHT_YEAR 2018
32+
#define COPYRIGHT_YEAR 2019
3333

3434
/* Define to 1 to enable wallet functions */
3535
#define ENABLE_WALLET 1

0 commit comments

Comments
 (0)