Update to version 11.0.0

This commit is contained in:
Miroslav Marchev
2026-05-05 13:27:24 +03:00
committed by Jari Sundell
parent 5f09bb74de
commit 0ed10984b3
+2 -2
View File
@@ -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