From 7ee2f00224786c18480b6c3ee9104baf5d3b6b4f Mon Sep 17 00:00:00 2001 From: Sami Ahmed Date: Thu, 19 Mar 2026 01:57:24 -0700 Subject: [PATCH] Bump version to 5.3.0 C++17 modernization, Tor v2 removal, embedded Tor scaffold, IBD speedups. Co-Authored-By: Claude Opus 4.6 --- src/clientversion.h | 4 ++-- src/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/clientversion.h b/src/clientversion.h index f91459f..681fb87 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -7,8 +7,8 @@ // These need to be macros, as version.cpp's and triangles-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 5 -#define CLIENT_VERSION_MINOR 2 -#define CLIENT_VERSION_REVISION 1 +#define CLIENT_VERSION_MINOR 3 +#define CLIENT_VERSION_REVISION 0 #define CLIENT_VERSION_BUILD 0 // Converts the parameter X to a string after macro replacement on X has been performed. diff --git a/src/version.h b/src/version.h index 96bba70..14c3cce 100644 --- a/src/version.h +++ b/src/version.h @@ -52,8 +52,8 @@ static const int BIP0031_VERSION = 60000; static const int MEMPOOL_GD_VERSION = 60002; #define DISPLAY_VERSION_MAJOR 5 -#define DISPLAY_VERSION_MINOR 2 -#define DISPLAY_VERSION_REVISION 1 +#define DISPLAY_VERSION_MINOR 3 +#define DISPLAY_VERSION_REVISION 0 #define DISPLAY_VERSION_BUILD 0 #endif