Skip to content

Commit 314c42b

Browse files
committed
Merge bitcoin/bitcoin#33347: build: bump CLIENT_VERSION_MAJOR to 30
9f744ff build: bump CLIENT_VERSION_MAJOR to 30 (fanquake) Pull request description: Last step before branch off. ACKs for top commit: hebasto: ACK 9f744ff. Tree-SHA512: f8ddbaa56213707c4d1719a6ade89103bcc1142d71f47cc527a20669995c1598ddbd61a88487841aa794340219e956deed403d8a7c229fc8b526e67e07dd7d69
2 parents 042817d + 9f744ff commit 314c42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ get_directory_property(precious_variables CACHE_VARIABLES)
2727
# Project / Package metadata
2828
#=============================
2929
set(CLIENT_NAME "Bitcoin Core")
30-
set(CLIENT_VERSION_MAJOR 29)
30+
set(CLIENT_VERSION_MAJOR 30)
3131
set(CLIENT_VERSION_MINOR 99)
3232
set(CLIENT_VERSION_BUILD 0)
3333
set(CLIENT_VERSION_RC 0)

0 commit comments

Comments
 (0)