build: Bump version to 0.19.2rc1

Tree-SHA512: 9757dac49e31ef8f52225e0b101d9d3751773ce95555a3a1a2f291f360d06d7ba99cc08c4b3fd6cfc531e9f737b54ca5bbf484966895650acd72d0b6688bb378
This commit is contained in:
Wladimir J. van der Laan 2020-12-10 20:22:54 +01:00
parent 5baaea4410
commit 5f2f304cbe
No known key found for this signature in database
GPG key ID: 1E4AED62986CD25D
2 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@
#define CLIENT_VERSION_MINOR 19 #define CLIENT_VERSION_MINOR 19
/* Build revision */ /* Build revision */
#define CLIENT_VERSION_REVISION 1 #define CLIENT_VERSION_REVISION 2
/* Copyright holder(s) before %s replacement */ /* Copyright holder(s) before %s replacement */
#define COPYRIGHT_HOLDERS "The %s developers" #define COPYRIGHT_HOLDERS "The %s developers"
@ -346,7 +346,7 @@
#define PACKAGE_NAME "Bitcoin Core" #define PACKAGE_NAME "Bitcoin Core"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "Bitcoin Core 0.18.99" #define PACKAGE_STRING "Bitcoin Core 0.19.2"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "bitcoin" #define PACKAGE_TARNAME "bitcoin"
@ -355,7 +355,7 @@
#define PACKAGE_URL "https://bitcoincore.org/" #define PACKAGE_URL "https://bitcoincore.org/"
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "0.18.99" #define PACKAGE_VERSION "0.19.2"
/* Define to necessary symbol if this constant uses a non-standard name on /* Define to necessary symbol if this constant uses a non-standard name on
your system. */ your system. */

View file

@ -2,9 +2,9 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60]) AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 19) define(_CLIENT_VERSION_MINOR, 19)
define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0) define(_CLIENT_VERSION_RC, 1)
define(_CLIENT_VERSION_IS_RELEASE, true) define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019) define(_COPYRIGHT_YEAR, 2019)
define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS,[The %s developers])