Skip to content

Commit

Permalink
update to btc v27
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed May 14, 2024
1 parent f9f67e4 commit f3385af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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.05.0] - 2024-05-14
### Changed
- Updated Bitcoin client to v27.0

## [24.01.0] - 2024-01-05
### Changed
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.01.0'
RELEASE := 'v24.05.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 v26.0 https://github.com/bitcoin/bitcoin.git src && \
git clone --depth=1 -b v27.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 f3385af

Please sign in to comment.