diff options
| author | Wladimir J. van der Laan <[email protected]> | 2020-11-19 09:30:48 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2020-11-19 09:38:57 +0100 |
| commit | 80496f9e81164c75ce80e75cbe87092171f3c963 (patch) | |
| tree | 9951a9137bf5ba1dd25db6698decc92fc664cdc4 /build_msvc | |
| parent | doc: Generate manual pages for 0.21.0rc1 (diff) | |
| download | discoin-80496f9e81164c75ce80e75cbe87092171f3c963.tar.xz discoin-80496f9e81164c75ce80e75cbe87092171f3c963.zip | |
build: Set msvc builds's CLIENT_VERSION_IS_RELEASE
Of course, this one was in another place too.
Tree-SHA512: 87784829b1f700dcf5fd22daad0c920cfb25485ae17eff0b3e236513dc543c8643e568f39d418d43ea0eeb330fcac93ab2276cda8253ec6538d01e20d102d10c
Diffstat (limited to 'build_msvc')
| -rw-r--r-- | build_msvc/bitcoin_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h index d5632b79b..60661f121 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -12,7 +12,7 @@ #define CLIENT_VERSION_BUILD 0 /* Version is release */ -#define CLIENT_VERSION_IS_RELEASE false +#define CLIENT_VERSION_IS_RELEASE true /* Major version */ #define CLIENT_VERSION_MAJOR 0 |