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:
authorLee Thomason <leethomason@gmail.com>2018-04-06 09:09:23 +0300
committerLee Thomason <leethomason@gmail.com>2018-04-06 09:09:23 +0300
commitc1424ee4e1c1ed8129d9147ccc920ab92dd9ef86 (patch)
tree6cdf56d71b809b556815a57c9f01937b08c684fb
parentb94eefc7a17602b89bfbd8ece7bbc8ccdda35f61 (diff)
setting the version to 6.2.06.2.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--dox4
-rwxr-xr-xtinyxml2.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eef34b5..a64e68e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ include(CTest)
################################
# set lib version here
-set(GENERIC_LIB_VERSION "6.1.0")
+set(GENERIC_LIB_VERSION "6.2.0")
set(GENERIC_LIB_SOVERSION "6")
################################
diff --git a/dox b/dox
index 8148d34..4f8dbb3 100644
--- a/dox
+++ b/dox
@@ -39,9 +39,9 @@ PROJECT_NAME = "TinyXML-2"
# control system is used.
<<<<<<< HEAD
-PROJECT_NUMBER = 6.1.0
+PROJECT_NUMBER = 6.2.0
=======
-PROJECT_NUMBER = 6.1.0
+PROJECT_NUMBER = 6.2.0
>>>>>>> master
# Using the PROJECT_BRIEF tag one can provide an optional one line description
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