From 0ed10984b34933f99094618979e6e501d3f126d5 Mon Sep 17 00:00:00 2001 From: Miroslav Marchev Date: Tue, 5 May 2026 13:27:24 +0300 Subject: [PATCH] Update to version 11.0.0 --- src/rpc/tinyxml2/tinyxml2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rpc/tinyxml2/tinyxml2.h b/src/rpc/tinyxml2/tinyxml2.h index 492bd4ec..8a9960b1 100644 --- a/src/rpc/tinyxml2/tinyxml2.h +++ b/src/rpc/tinyxml2/tinyxml2.h @@ -98,11 +98,11 @@ distribution. /* Versioning, past 1.0.14: http://semver.org/ */ -static const int TIXML2_MAJOR_VERSION = 10; +static const int TIXML2_MAJOR_VERSION = 11; static const int TIXML2_MINOR_VERSION = 0; static const int TIXML2_PATCH_VERSION = 0; -#define TINYXML2_MAJOR_VERSION 10 +#define TINYXML2_MAJOR_VERSION 11 #define TINYXML2_MINOR_VERSION 0 #define TINYXML2_PATCH_VERSION 0