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 bc15704..dea324e 100755
--- a/tinyxml2.h
+++ b/tinyxml2.h
@@ -98,9 +98,9 @@ distribution.
/* Versioning, past 1.0.14:
http://semver.org/
*/
-static const int TIXML2_MAJOR_VERSION = 4;
+static const int TIXML2_MAJOR_VERSION = 5;
static const int TIXML2_MINOR_VERSION = 0;
-static const int TIXML2_PATCH_VERSION = 1;
+static const int TIXML2_PATCH_VERSION = 0;
namespace tinyxml2
{