Skip to content

Commit 302d690

Browse files
committed
Bump version to 0.31.10
Summary: As per title. Includes a release note for the fixes to the assumeutxo behavior. Test Plan: ninja print-version Read the release notes Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D18471
1 parent 26514f6 commit 302d690

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.31.9
10+
VERSION 0.31.10
1111
DESCRIPTION "Bitcoin ABC is a full node implementation of the eCash protocol."
1212
HOMEPAGE_URL "https://www.bitcoinabc.org"
1313
)

contrib/aur/bitcoin-abc-qt/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Josh Ellithorpe <quest@mac.com>
22

33
pkgname=bitcoin-abc-qt
4-
pkgver=0.31.9
4+
pkgver=0.31.10
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Josh Ellithorpe <quest@mac.com>
22

33
pkgname=bitcoin-abc
4-
pkgver=0.31.9
4+
pkgver=0.31.10
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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Bitcoin ABC 0.31.9 Release Notes
1+
# Bitcoin ABC 0.31.10 Release Notes
22

3-
Bitcoin ABC version 0.31.9 is now available from:
3+
Bitcoin ABC version 0.31.10 is now available from:
44

5-
<https://download.bitcoinabc.org/0.31.9/>
5+
<https://download.bitcoinabc.org/0.31.10/>
66

7-
This is a maintenance release with no user-visible change.
7+
This release contains several minor bugfixes and performance improvements to the
8+
assumeutxo feature.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Bitcoin ABC 0.31.9 Release Notes
2+
3+
Bitcoin ABC version 0.31.9 is now available from:
4+
5+
<https://download.bitcoinabc.org/0.31.9/>
6+
7+
This is a maintenance release with no user-visible change.

0 commit comments

Comments
 (0)