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