From a7cc323e717ba0dc474918a050f4004b6b133d81 Mon Sep 17 00:00:00 2001 From: Tadeas Kmenta Date: Wed, 29 Nov 2023 23:45:28 +0800 Subject: [PATCH] make-release.py: Updated manpages for 7.0.0. --- doc/man/flux-cli.1 | 6 +++--- doc/man/flux-tx.1 | 6 +++--- doc/man/fluxd.1 | 6 +++--- src/config/bitcoin-config.h | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/man/flux-cli.1 b/doc/man/flux-cli.1 index da7e4ebca..4d0f63ea8 100644 --- a/doc/man/flux-cli.1 +++ b/doc/man/flux-cli.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH FLUX-CLI "1" "May 2023" "flux-cli v6.2.0-116f5c160" "User Commands" +.TH FLUX-CLI "1" "November 2023" "flux-cli v7.0.0-488624ab4" "User Commands" .SH NAME -flux-cli \- manual page for flux-cli v6.2.0-116f5c160 +flux-cli \- manual page for flux-cli v7.0.0-488624ab4 .SH DESCRIPTION -Flux RPC client version v6.2.0\-116f5c160 +Flux RPC client version v7.0.0\-488624ab4 .PP In order to ensure you are adequately protecting your privacy when using Flux, please see . diff --git a/doc/man/flux-tx.1 b/doc/man/flux-tx.1 index 046db0d03..f146d92ce 100644 --- a/doc/man/flux-tx.1 +++ b/doc/man/flux-tx.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH FLUX-TX "1" "May 2023" "flux-tx v6.2.0-116f5c160" "User Commands" +.TH FLUX-TX "1" "November 2023" "flux-tx v7.0.0-488624ab4" "User Commands" .SH NAME -flux-tx \- manual page for flux-tx v6.2.0-116f5c160 +flux-tx \- manual page for flux-tx v7.0.0-488624ab4 .SH DESCRIPTION -Flux flux\-tx utility version v6.2.0\-116f5c160 +Flux flux\-tx utility version v7.0.0\-488624ab4 .SS "Usage:" .TP flux\-tx [options] [commands] diff --git a/doc/man/fluxd.1 b/doc/man/fluxd.1 index a080ecdf8..b2ce053a7 100644 --- a/doc/man/fluxd.1 +++ b/doc/man/fluxd.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH FLUXD "1" "May 2023" "fluxd v6.2.0-116f5c160" "User Commands" +.TH FLUXD "1" "November 2023" "fluxd v7.0.0-488624ab4" "User Commands" .SH NAME -fluxd \- manual page for fluxd v6.2.0-116f5c160 +fluxd \- manual page for fluxd v7.0.0-488624ab4 .SH DESCRIPTION -Flux Daemon version v6.2.0\-116f5c160 +Flux Daemon version v7.0.0\-488624ab4 .PP In order to ensure you are adequately protecting your privacy when using Flux, please see . diff --git a/src/config/bitcoin-config.h b/src/config/bitcoin-config.h index 7d6ea45ca..bfcf5482e 100644 --- a/src/config/bitcoin-config.h +++ b/src/config/bitcoin-config.h @@ -15,10 +15,10 @@ #define CLIENT_VERSION_IS_RELEASE true /* Major version */ -#define CLIENT_VERSION_MAJOR 6 +#define CLIENT_VERSION_MAJOR 7 /* Minor version */ -#define CLIENT_VERSION_MINOR 2 +#define CLIENT_VERSION_MINOR 0 /* Build revision */ #define CLIENT_VERSION_REVISION 0 @@ -290,7 +290,7 @@ #define PACKAGE_NAME "Flux" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Flux 6.2.0" +#define PACKAGE_STRING "Flux 7.0.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "flux" @@ -299,7 +299,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "6.2.0" +#define PACKAGE_VERSION "7.0.0" /* Define to necessary symbol if this constant uses a non-standard name on your system. */