From 5f1c84255be6ae700f616fa15cbde65200e74675 Mon Sep 17 00:00:00 2001 From: Sami Ahmed Date: Sun, 5 Apr 2026 03:46:16 -0700 Subject: [PATCH] Bump version to 5.7.5 Co-Authored-By: Claude Opus 4.6 --- CMakeLists.txt | 2 +- src/clientversion.h | 4 ++-- src/version.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4f1332..bf48aa1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if(POLICY CMP0167) endif() project(Triangles - VERSION 5.5.6.0 + VERSION 5.7.5.0 DESCRIPTION "Cryptographic Triangles Wallet" LANGUAGES C CXX ) diff --git a/src/clientversion.h b/src/clientversion.h index 717eb49..3916910 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 5 -#define CLIENT_VERSION_REVISION 6 +#define CLIENT_VERSION_MINOR 7 +#define CLIENT_VERSION_REVISION 5 #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 9cbd732..4c2e4bb 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 5 -#define DISPLAY_VERSION_REVISION 6 +#define DISPLAY_VERSION_MINOR 7 +#define DISPLAY_VERSION_REVISION 5 #define DISPLAY_VERSION_BUILD 0 #endif