Skip to content

Commit 397f225

Browse files
committed
setting the version to 7.0.0
1 parent dcedec8 commit 397f225

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ include(CTest)
2121
################################
2222
# set lib version here
2323

24-
set(GENERIC_LIB_VERSION "6.2.0")
25-
set(GENERIC_LIB_SOVERSION "6")
24+
set(GENERIC_LIB_VERSION "7.0.0")
25+
set(GENERIC_LIB_SOVERSION "7")
2626

2727
################################
2828
# Add definitions

dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ PROJECT_NAME = "TinyXML-2"
3939
# control system is used.
4040

4141
<<<<<<< HEAD
42-
PROJECT_NUMBER = 6.2.0
42+
PROJECT_NUMBER = 7.0.0
4343
=======
44-
PROJECT_NUMBER = 6.2.0
44+
PROJECT_NUMBER = 7.0.0
4545
>>>>>>> master
4646

4747
# Using the PROJECT_BRIEF tag one can provide an optional one line description

tinyxml2.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ distribution.
9898
/* Versioning, past 1.0.14:
9999
http://semver.org/
100100
*/
101-
static const int TIXML2_MAJOR_VERSION = 6;
102-
static const int TIXML2_MINOR_VERSION = 2;
101+
static const int TIXML2_MAJOR_VERSION = 7;
102+
static const int TIXML2_MINOR_VERSION = 0;
103103
static const int TIXML2_PATCH_VERSION = 0;
104104

105-
#define TINYXML2_MAJOR_VERSION 6
106-
#define TINYXML2_MINOR_VERSION 2
105+
#define TINYXML2_MAJOR_VERSION 7
106+
#define TINYXML2_MINOR_VERSION 0
107107
#define TINYXML2_PATCH_VERSION 0
108108

109109
// A fixed element depth limit is problematic. There needs to be a

0 commit comments

Comments
 (0)