Skip to content

Commit

Permalink
build: fix version number post CMake
Browse files Browse the repository at this point in the history
CMake was merged after branching-off for 28.x.
  • Loading branch information
fanquake committed Aug 28, 2024
1 parent 338bc2c commit 680f05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif()
# Project / Package metadata
#=============================
set(PACKAGE_NAME "Bitcoin Core")
set(CLIENT_VERSION_MAJOR 27)
set(CLIENT_VERSION_MAJOR 28)
set(CLIENT_VERSION_MINOR 99)
set(CLIENT_VERSION_BUILD 0)
set(CLIENT_VERSION_RC 0)
Expand Down

0 comments on commit 680f05e

Please sign in to comment.