From 7c7e951adbd5ce090a5ab1b30f6bb378d9abbc39 Mon Sep 17 00:00:00 2001 From: Sami Ahmed Date: Sun, 15 Mar 2026 01:55:10 -0700 Subject: [PATCH] Bump version to v5.1.4 Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- src/clientversion.h | 2 +- src/version.h | 2 +- triangles-qt.pro | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c03776a..e8e4f91 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cryptographic Triangles (TRI) - v5.1.3 +# Cryptographic Triangles (TRI) - v5.1.4 Triangles is a privacy-focused cryptocurrency featuring Proof-of-Stake consensus, Tor v3 onion routing, and built-in encrypted messaging. Originally launched in July 2014, the chain was revived in March 2026 after being frozen since December 2022. diff --git a/src/clientversion.h b/src/clientversion.h index b71e56e..a036d81 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 1 -#define CLIENT_VERSION_REVISION 3 +#define CLIENT_VERSION_REVISION 4 #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 06773e2..c4dca5b 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 1 -#define DISPLAY_VERSION_REVISION 3 +#define DISPLAY_VERSION_REVISION 4 #define DISPLAY_VERSION_BUILD 0 #endif diff --git a/triangles-qt.pro b/triangles-qt.pro index d8e62e7..ada3887 100644 --- a/triangles-qt.pro +++ b/triangles-qt.pro @@ -1,7 +1,7 @@ TEMPLATE = app TARGET = triangles-qt -VERSION = 5.1.3.0 +VERSION = 5.1.4.0 INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE BOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN BOOST_BIND_GLOBAL_PLACEHOLDERS __NO_SYSTEM_INCLUDES CONFIG += no_include_pwd