Skip to content

Commit

Permalink
release v24.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Nov 11, 2024
1 parent 6619d95 commit 0351969
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [24.11.0] - 2024-11-11
### Changed
- Updated Bitcoin client to v28.0

## [24.05.0] - 2024-05-14
### Changed
- Updated Bitcoin client to v27.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE := 'v24.06.0'
RELEASE := 'v24.11.0'
# RELEASESEM := 'v1.3.3'

all: build
Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
install:
git clone --depth=1 -b v27.1 https://github.com/bitcoin/bitcoin.git src && \
git clone --depth=1 -b v28.0 https://github.com/bitcoin/bitcoin.git src && \
cd src && \
./autogen.sh && \
./configure --without-gui --disable-zmq --disable-upnp-default --disable-tests --disable-wallet && \
Expand Down

0 comments on commit 0351969

Please sign in to comment.