1
mirror of https://github.com/bitcoin/bitcoin synced 2024-07-31 16:31:30 +02:00

Align MSVC build options with Linux build ones

This commit is contained in:
Hennadii Stepanov 2019-04-27 10:11:52 +03:00
parent 703414994a
commit 48ed65bcdd
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -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