From 2abd494fec4828672a904e52a926d31515f1ba2a Mon Sep 17 00:00:00 2001 From: Sami Ahmed Date: Thu, 19 Mar 2026 18:54:44 -0700 Subject: [PATCH] Bump version to 5.3.3 and update CI version Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build-all.yml | 2 +- src/clientversion.h | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index aa14acc..ff7c1a2 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: env: - VERSION: "5.2.0" + VERSION: "5.3.3" jobs: build-windows-qt: diff --git a/src/clientversion.h b/src/clientversion.h index e3aa62f..b1626a2 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -8,7 +8,7 @@ // 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 3 -#define CLIENT_VERSION_REVISION 2 +#define CLIENT_VERSION_REVISION 3 #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 333e881..f0e5670 100644 --- a/src/version.h +++ b/src/version.h @@ -53,7 +53,7 @@ static const int MEMPOOL_GD_VERSION = 60002; #define DISPLAY_VERSION_MAJOR 5 #define DISPLAY_VERSION_MINOR 3 -#define DISPLAY_VERSION_REVISION 2 +#define DISPLAY_VERSION_REVISION 3 #define DISPLAY_VERSION_BUILD 0 #endif