Skip to content

Commit 680f05e

Browse files
committed
build: fix version number post CMake
CMake was merged after branching-off for 28.x.
1 parent 338bc2c commit 680f05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
# Project / Package metadata
2424
#=============================
2525
set(PACKAGE_NAME "Bitcoin Core")
26-
set(CLIENT_VERSION_MAJOR 27)
26+
set(CLIENT_VERSION_MAJOR 28)
2727
set(CLIENT_VERSION_MINOR 99)
2828
set(CLIENT_VERSION_BUILD 0)
2929
set(CLIENT_VERSION_RC 0)

0 commit comments

Comments
 (0)