Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tinyxml2.h')
-rwxr-xr-xtinyxml2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyxml2.h b/tinyxml2.h
index 8548b35..66d7b7e 100755
--- a/tinyxml2.h
+++ b/tinyxml2.h
@@ -99,11 +99,11 @@ distribution.
http://semver.org/
*/
static const int TIXML2_MAJOR_VERSION = 6;
-static const int TIXML2_MINOR_VERSION = 1;
+static const int TIXML2_MINOR_VERSION = 2;
static const int TIXML2_PATCH_VERSION = 0;
#define TINYXML2_MAJOR_VERSION 6
-#define TINYXML2_MINOR_VERSION 1
+#define TINYXML2_MINOR_VERSION 2
#define TINYXML2_PATCH_VERSION 0
// A fixed element depth limit is problematic. There needs to be a