Skip to content

Commit e69aba6

Browse files
committed
build: bump version to v30.0rc1
1 parent 314c42b commit e69aba6

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
@@ -28,10 +28,10 @@ get_directory_property(precious_variables CACHE_VARIABLES)
2828
#=============================
2929
set(CLIENT_NAME "Bitcoin Core")
3030
set(CLIENT_VERSION_MAJOR 30)
31-
set(CLIENT_VERSION_MINOR 99)
31+
set(CLIENT_VERSION_MINOR 0)
3232
set(CLIENT_VERSION_BUILD 0)
33-
set(CLIENT_VERSION_RC 0)
34-
set(CLIENT_VERSION_IS_RELEASE "false")
33+
set(CLIENT_VERSION_RC 1)
34+
set(CLIENT_VERSION_IS_RELEASE "true")
3535
set(COPYRIGHT_YEAR "2025")
3636

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

0 commit comments

Comments
 (0)