diff options
| author | Jon Atack <[email protected]> | 2019-05-23 13:06:19 +0200 |
|---|---|---|
| committer | Jon Atack <[email protected]> | 2019-05-23 18:02:51 +0200 |
| commit | 3ee28c506d846b525afc1cbb7b77e7c5d7228955 (patch) | |
| tree | 9bfc62fb06e2d2803588dda35631c5dd4a8cd39a | |
| parent | Merge #16015: validation: Hold cs_main when reading chainActive in RewindBloc... (diff) | |
| download | discoin-3ee28c506d846b525afc1cbb7b77e7c5d7228955.tar.xz discoin-3ee28c506d846b525afc1cbb7b77e7c5d7228955.zip | |
build: bump bitcoin_config.h packages to v0.18
Follow-up to 48ed65b.
| -rw-r--r-- | build_msvc/bitcoin_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h index b5a05e262..ab13f7353 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -346,7 +346,7 @@ #define PACKAGE_NAME "Bitcoin Core" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Bitcoin Core 0.17.99" +#define PACKAGE_STRING "Bitcoin Core 0.18.99" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "bitcoin" @@ -355,7 +355,7 @@ #define PACKAGE_URL "https://bitcoincore.org/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.17.99" +#define PACKAGE_VERSION "0.18.99" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ |