Skip to content

Commit

Permalink
Merge pull request #107 from MarkLTZ/2.1.0
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
MarkLTZ authored Sep 29, 2024
2 parents dc119ea + 9c6d313 commit c327f83
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BitcoinZ 2.1.0-rc1
# BitcoinZ 2.1.0
**Keep running wallet to strengthen the BitcoinZ network. Backup your wallet in many locations & keep your coins wallet offline.**

### Ports:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 25)
define(_CLIENT_VERSION_BUILD, 50)
define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50)))
define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1)))
define(_CLIENT_VERSION_IS_RELEASE, true)
Expand Down
6 changes: 6 additions & 0 deletions contrib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
bitcoinz (2.1.0) stable; urgency=high

* 2.1.0 release.

-- The BitcoinZ Community <[email protected]> Sep 2024

bitcoinz (2.1.0-rc1) stable; urgency=medium

* 2.1.0-rc1 release.
Expand Down
6 changes: 3 additions & 3 deletions doc/man/bitcoinz-cli.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOINZ-CLI "1" "September 2024" "bitcoinz-cli v2.1.0-rc1" "User Commands"
.TH BITCOINZ-CLI "1" "September 2024" "bitcoinz-cli v2.1.0" "User Commands"
.SH NAME
bitcoinz-cli \- manual page for bitcoinz-cli v2.1.0\-rc1
bitcoinz-cli \- manual page for bitcoinz-cli v2.1.0
.SH DESCRIPTION
BitcoinZ RPC client version v2.1.0\-rc1
BitcoinZ RPC client version v2.1.0
.PP
In order to ensure you are adequately protecting your privacy when using
BitcoinZ, please see <https://z.cash/support/security/index.html>.
Expand Down
6 changes: 3 additions & 3 deletions doc/man/bitcoinz-tx.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOINZ-TX "1" "September 2024" "bitcoinz-tx v2.1.0-rc1" "User Commands"
.TH BITCOINZ-TX "1" "September 2024" "bitcoinz-tx v2.1.0" "User Commands"
.SH NAME
bitcoinz-tx \- manual page for bitcoinz-tx v2.1.0\-rc1
bitcoinz-tx \- manual page for bitcoinz-tx v2.1.0
.SH DESCRIPTION
BitcoinZ bitcoinz\-tx utility version v2.1.0\-rc1
BitcoinZ bitcoinz\-tx utility version v2.1.0
.SS "Usage:"
.TP
bitcoinz\-tx [options] <hex\-tx> [commands]
Expand Down
6 changes: 3 additions & 3 deletions doc/man/bitcoinzd.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH BITCOINZD "1" "September 2024" "bitcoinzd v2.1.0-rc1" "User Commands"
.TH BITCOINZD "1" "September 2024" "bitcoinzd v2.1.0" "User Commands"
.SH NAME
bitcoinzd \- manual page for bitcoinzd v2.1.0\-rc1
bitcoinzd \- manual page for bitcoinzd v2.1.0
.SH DESCRIPTION
BitcoinZ Daemon version v2.1.0\-rc1
BitcoinZ Daemon version v2.1.0
.PP
In order to ensure you are adequately protecting your privacy when using
BitcoinZ, please see <https://z.cash/support/security/>.
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 25
#define CLIENT_VERSION_BUILD 50

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down

0 comments on commit c327f83

Please sign in to comment.