Skip to content

Commit 95c21b1

Browse files
committed
[build] bump version to 29.0rc1
1 parent 153bd44 commit 95c21b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ endif()
2424
#=============================
2525
set(CLIENT_NAME "Bitcoin Core")
2626
set(CLIENT_VERSION_MAJOR 29)
27-
set(CLIENT_VERSION_MINOR 99)
27+
set(CLIENT_VERSION_MINOR 0)
2828
set(CLIENT_VERSION_BUILD 0)
29-
set(CLIENT_VERSION_RC 0)
30-
set(CLIENT_VERSION_IS_RELEASE "false")
29+
set(CLIENT_VERSION_RC 1)
30+
set(CLIENT_VERSION_IS_RELEASE "true")
3131
set(COPYRIGHT_YEAR "2025")
3232

3333
# During the enabling of the CXX and CXXOBJ languages, we modify

0 commit comments

Comments
 (0)