Skip to content

Commit

Permalink
Bump version to 0.30.10
Browse files Browse the repository at this point in the history
Summary: As per title.

Test Plan:
  ninja print-version

Reviewers: #bitcoin_abc, bytesofman

Reviewed By: #bitcoin_abc, bytesofman

Differential Revision: https://reviews.bitcoinabc.org/D17603
  • Loading branch information
Fabcien committed Jan 28, 2025
1 parent e1a3a8f commit 98280cb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE
)

project(bitcoin-abc
VERSION 0.30.9
VERSION 0.30.10
DESCRIPTION "Bitcoin ABC is a full node implementation of the eCash protocol."
HOMEPAGE_URL "https://www.bitcoinabc.org"
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/aur/bitcoin-abc-qt/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <[email protected]>

pkgname=bitcoin-abc-qt
pkgver=0.30.9
pkgver=0.30.10
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion contrib/aur/bitcoin-abc/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <[email protected]>

pkgname=bitcoin-abc
pkgver=0.30.9
pkgver=0.30.10
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
arch=('i686' 'x86_64')
Expand Down
9 changes: 4 additions & 5 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Bitcoin ABC 0.30.9 Release Notes
# Bitcoin ABC 0.30.10 Release Notes

Bitcoin ABC version 0.30.9 is now available from:
Bitcoin ABC version 0.30.10 is now available from:

<https://download.bitcoinabc.org/0.30.9/>
<https://download.bitcoinabc.org/0.30.10/>

This version contains a bugfix for a potential crash of the Chronik indexer.
Chronik operators are advised to update.
This is a maintenance release with no user-visible change.
8 changes: 8 additions & 0 deletions doc/release-notes/release-notes-0.30.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Bitcoin ABC 0.30.9 Release Notes

Bitcoin ABC version 0.30.9 is now available from:

<https://download.bitcoinabc.org/0.30.9/>

This version contains a bugfix for a potential crash of the Chronik indexer.
Chronik operators are advised to update.

0 comments on commit 98280cb

Please sign in to comment.