diff options
Diffstat (limited to 'build_msvc/bitcoin_config.h')
-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 43e8115030..2ec7cd41ef 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -5,7 +5,7 @@ /* #undef AC_APPLE_UNIVERSAL_BUILD */ /* Version Build */ -#define CLIENT_VERSION_BUILD 1 +#define CLIENT_VERSION_BUILD 0 /* Version is release */ #define CLIENT_VERSION_IS_RELEASE true @@ -17,7 +17,7 @@ #define CLIENT_VERSION_MINOR 19 /* Build revision */ -#define CLIENT_VERSION_REVISION 0 +#define CLIENT_VERSION_REVISION 1 /* Copyright holder(s) before %s replacement */ #define COPYRIGHT_HOLDERS "The %s developers" |