Skip to content

Commit 679a57c

Browse files
committed
Bump version to 0.23.2
Summary: As per title. Test Plan: ninja print-version Reviewers: #bitcoin_abc, majcosta Reviewed By: #bitcoin_abc, majcosta Differential Revision: https://reviews.bitcoinabc.org/D9426
1 parent a2660ef commit 679a57c

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE
77
)
88

99
project(bitcoin-abc
10-
VERSION 0.23.1
10+
VERSION 0.23.2
1111
DESCRIPTION "Bitcoin ABC is a full node implementation of the BCHA protocol."
1212
HOMEPAGE_URL "https://www.bitcoinabc.org"
1313
)

contrib/aur/bitcoin-abc-qt/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Josh Ellithorpe <[email protected]>
22

33
pkgname=bitcoin-abc-qt
4-
pkgver=0.23.1
4+
pkgver=0.23.2
55
pkgrel=0
66
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
77
arch=('i686' 'x86_64')

contrib/aur/bitcoin-abc/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Josh Ellithorpe <[email protected]>
22

33
pkgname=bitcoin-abc
4-
pkgver=0.23.1
4+
pkgver=0.23.2
55
pkgrel=0
66
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
77
arch=('i686' 'x86_64')

doc/release-notes.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Bitcoin ABC 0.23.1 Release Notes
1+
# Bitcoin ABC 0.23.2 Release Notes
22

3-
Bitcoin ABC version 0.23.1 is now available from:
3+
Bitcoin ABC version 0.23.2 is now available from:
44

5-
<https://download.bitcoinabc.org/0.23.1/>
5+
<https://download.bitcoinabc.org/0.23.2/>
66

77
This release includes the following features and fixes:
8-
- Various improvements to the experimental avalanche feature
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Bitcoin ABC 0.23.1 Release Notes
2+
3+
Bitcoin ABC version 0.23.1 is now available from:
4+
5+
<https://download.bitcoinabc.org/0.23.1/>
6+
7+
This release includes the following features and fixes:
8+
- Various improvements to the experimental avalanche feature

0 commit comments

Comments
 (0)