From 680f05ee98e4d7978e2c4f07fdbb8bc0d178c497 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 28 Aug 2024 11:06:45 +0100 Subject: [PATCH] build: fix version number post CMake CMake was merged after branching-off for 28.x. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32db4189d49..4d89e93c2d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)