aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-10-31 16:38:25 +0100
committerMacroFake <falke.marco@gmail.com>2022-10-31 16:38:36 +0100
commitc540f07ec3846b43f3af8a74820fd055ada5dfe5 (patch)
tree2e3d1476bf5fea9daf67f6ded60f7fd4436027ff
parent2e8880abc04d34fb44441606281a3f97bade3e13 (diff)
parent1727b3bc5424b2a35bed69e12b7e8cfacdb4b52e (diff)
downloadbitcoin-c540f07ec3846b43f3af8a74820fd055ada5dfe5.tar.xz
Merge bitcoin/bitcoin#26428: [24.x] Bump version to 24.0rc3v24.0rc3
1727b3bc5424b2a35bed69e12b7e8cfacdb4b52e doc: Generate manual pages for 24.0rc3 (fanquake) 3905706b706825f65646e8ee3bb0e90d91254819 build: Bump version to 24.0rc3 (fanquake) Pull request description: It's been a number of weeks since rc2. Bump version. Regen manpages. ACKs for top commit: instagibbs: ACK https://github.com/bitcoin/bitcoin/pull/26428/commits/1727b3bc5424b2a35bed69e12b7e8cfacdb4b52e Tree-SHA512: 52ee45cfa4e2fc193e2747472d267a8c473ad8ed33abc6fbb0e2834bcf84adde050d51789f8bb150d62dfef70a59d52fe3b93e02d31675c054f6435323036df4
-rw-r--r--configure.ac2
-rw-r--r--doc/man/bitcoin-cli.16
-rw-r--r--doc/man/bitcoin-qt.16
-rw-r--r--doc/man/bitcoin-tx.16
-rw-r--r--doc/man/bitcoin-util.16
-rw-r--r--doc/man/bitcoin-wallet.16
-rw-r--r--doc/man/bitcoind.16
7 files changed, 19 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index 5d2eb049ab..cb25eae213 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 24)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 2)
+define(_CLIENT_VERSION_RC, 3)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])
diff --git a/doc/man/bitcoin-cli.1 b/doc/man/bitcoin-cli.1
index d770c445ab..632b624269 100644
--- a/doc/man/bitcoin-cli.1
+++ b/doc/man/bitcoin-cli.1
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
-.TH BITCOIN-CLI "1" "October 2022" "bitcoin-cli v24.0.0rc2" "User Commands"
+.TH BITCOIN-CLI "1" "October 2022" "bitcoin-cli v24.0.0rc3" "User Commands"
.SH NAME
-bitcoin-cli \- manual page for bitcoin-cli v24.0.0rc2
+bitcoin-cli \- manual page for bitcoin-cli v24.0.0rc3
.SH SYNOPSIS
.B bitcoin-cli
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Bitcoin Core\/\fR
@@ -15,7 +15,7 @@ bitcoin-cli \- manual page for bitcoin-cli v24.0.0rc2
.B bitcoin-cli
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
.SH DESCRIPTION
-Bitcoin Core RPC client version v24.0.0rc2
+Bitcoin Core RPC client version v24.0.0rc3
.SH OPTIONS
.HP
\-?
diff --git a/doc/man/bitcoin-qt.1 b/doc/man/bitcoin-qt.1
index 196ba1e70c..3b22919335 100644
--- a/doc/man/bitcoin-qt.1
+++ b/doc/man/bitcoin-qt.1
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
-.TH BITCOIN-QT "1" "October 2022" "bitcoin-qt v24.0.0rc2" "User Commands"
+.TH BITCOIN-QT "1" "October 2022" "bitcoin-qt v24.0.0rc3" "User Commands"
.SH NAME
-bitcoin-qt \- manual page for bitcoin-qt v24.0.0rc2
+bitcoin-qt \- manual page for bitcoin-qt v24.0.0rc3
.SH SYNOPSIS
.B bitcoin-qt
[\fI\,command-line options\/\fR]
.SH DESCRIPTION
-Bitcoin Core version v24.0.0rc2
+Bitcoin Core version v24.0.0rc3
.SH OPTIONS
.HP
\-?
diff --git a/doc/man/bitcoin-tx.1 b/doc/man/bitcoin-tx.1
index 9854f87ba6..e8fbafaf2f 100644
--- a/doc/man/bitcoin-tx.1
+++ b/doc/man/bitcoin-tx.1
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
-.TH BITCOIN-TX "1" "October 2022" "bitcoin-tx v24.0.0rc2" "User Commands"
+.TH BITCOIN-TX "1" "October 2022" "bitcoin-tx v24.0.0rc3" "User Commands"
.SH NAME
-bitcoin-tx \- manual page for bitcoin-tx v24.0.0rc2
+bitcoin-tx \- manual page for bitcoin-tx v24.0.0rc3
.SH SYNOPSIS
.B bitcoin-tx
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded bitcoin transaction\/\fR
@@ -9,7 +9,7 @@ bitcoin-tx \- manual page for bitcoin-tx v24.0.0rc2
.B bitcoin-tx
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded bitcoin transaction\/\fR
.SH DESCRIPTION
-Bitcoin Core bitcoin\-tx utility version v24.0.0rc2
+Bitcoin Core bitcoin\-tx utility version v24.0.0rc3
.SH OPTIONS
.HP
\-?
diff --git a/doc/man/bitcoin-util.1 b/doc/man/bitcoin-util.1
index f03037a435..8e68a75976 100644
--- a/doc/man/bitcoin-util.1
+++ b/doc/man/bitcoin-util.1
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
-.TH BITCOIN-UTIL "1" "October 2022" "bitcoin-util v24.0.0rc2" "User Commands"
+.TH BITCOIN-UTIL "1" "October 2022" "bitcoin-util v24.0.0rc3" "User Commands"
.SH NAME
-bitcoin-util \- manual page for bitcoin-util v24.0.0rc2
+bitcoin-util \- manual page for bitcoin-util v24.0.0rc3
.SH SYNOPSIS
.B bitcoin-util
[\fI\,options\/\fR] [\fI\,commands\/\fR] \fI\,Do stuff\/\fR
.SH DESCRIPTION
-Bitcoin Core bitcoin\-util utility version v24.0.0rc2
+Bitcoin Core bitcoin\-util utility version v24.0.0rc3
.SH OPTIONS
.HP
\-?
diff --git a/doc/man/bitcoin-wallet.1 b/doc/man/bitcoin-wallet.1
index 50196be5e2..0a5705b204 100644
--- a/doc/man/bitcoin-wallet.1
+++ b/doc/man/bitcoin-wallet.1
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
-.TH BITCOIN-WALLET "1" "October 2022" "bitcoin-wallet v24.0.0rc2" "User Commands"
+.TH BITCOIN-WALLET "1" "October 2022" "bitcoin-wallet v24.0.0rc3" "User Commands"
.SH NAME
-bitcoin-wallet \- manual page for bitcoin-wallet v24.0.0rc2
+bitcoin-wallet \- manual page for bitcoin-wallet v24.0.0rc3
.SH DESCRIPTION
-Bitcoin Core bitcoin\-wallet version v24.0.0rc2
+Bitcoin Core bitcoin\-wallet version v24.0.0rc3
.PP
bitcoin\-wallet is an offline tool for creating and interacting with Bitcoin Core wallet files.
By default bitcoin\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
diff --git a/doc/man/bitcoind.1 b/doc/man/bitcoind.1
index 7e123d1500..324affe690 100644
--- a/doc/man/bitcoind.1
+++ b/doc/man/bitcoind.1
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
-.TH BITCOIND "1" "October 2022" "bitcoind v24.0.0rc2" "User Commands"
+.TH BITCOIND "1" "October 2022" "bitcoind v24.0.0rc3" "User Commands"
.SH NAME
-bitcoind \- manual page for bitcoind v24.0.0rc2
+bitcoind \- manual page for bitcoind v24.0.0rc3
.SH SYNOPSIS
.B bitcoind
[\fI\,options\/\fR] \fI\,Start Bitcoin Core\/\fR
.SH DESCRIPTION
-Bitcoin Core version v24.0.0rc2
+Bitcoin Core version v24.0.0rc3
.SH OPTIONS
.HP
\-?