mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
build: fix version number post CMake
CMake was merged after branching-off for 28.x.
This commit is contained in:
parent
338bc2cd26
commit
680f05ee98
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue