We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153bd44 commit 95c21b1Copy full SHA for 95c21b1
CMakeLists.txt
@@ -24,10 +24,10 @@ endif()
24
#=============================
25
set(CLIENT_NAME "Bitcoin Core")
26
set(CLIENT_VERSION_MAJOR 29)
27
-set(CLIENT_VERSION_MINOR 99)
+set(CLIENT_VERSION_MINOR 0)
28
set(CLIENT_VERSION_BUILD 0)
29
-set(CLIENT_VERSION_RC 0)
30
-set(CLIENT_VERSION_IS_RELEASE "false")
+set(CLIENT_VERSION_RC 1)
+set(CLIENT_VERSION_IS_RELEASE "true")
31
set(COPYRIGHT_YEAR "2025")
32
33
# During the enabling of the CXX and CXXOBJ languages, we modify
0 commit comments