From 7a71904b24bdbe4980a1ccd1574f45653d03d86b Mon Sep 17 00:00:00 2001 From: Krystie Date: Fri, 17 Jul 2026 03:21:39 -0700 Subject: [PATCH] build: bump CLIENT_VERSION_REVISION 7 -> 8 for v6.1.8 release Round-6 SHA 49cf7ab approved the consensus-fix commits; this one-line metadata change makes the binary self-identify as v6.1.8.0 to network peers (was 6.1.7.0-g49cf7ab previously). No consensus code, test code, or build configuration is touched. src/clientversion.h REVISION bump only. --- src/clientversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientversion.h b/src/clientversion.h index 3f4acb1..f408ec0 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 6 #define CLIENT_VERSION_MINOR 1 -#define CLIENT_VERSION_REVISION 7 +#define CLIENT_VERSION_REVISION 8 #define CLIENT_VERSION_BUILD 0 // Converts the parameter X to a string after macro replacement on X has been performed.