From fcbb457292cd47cd2fa94522a1b01a9dcd3693f4 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Wed, 5 Jun 2019 12:44:28 +0200 Subject: [PATCH] Update msft build version too --- build_msvc/bitcoin_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h index 4ac27dae3f..817bb57cea 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -14,7 +14,7 @@ #define CLIENT_VERSION_MAJOR 1 /* Minor version */ -#define CLIENT_VERSION_MINOR 17 +#define CLIENT_VERSION_MINOR 18 /* Build revision */ #define CLIENT_VERSION_REVISION 99