Skip to content

Commit 8c8293b

Browse files
committed
setting the version to 6.0.0
1 parent 2ab76da commit 8c8293b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 "5.0.1")
25-
set(GENERIC_LIB_SOVERSION "5")
24+
set(GENERIC_LIB_VERSION "6.0.0")
25+
set(GENERIC_LIB_SOVERSION "6")
2626

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

dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "TinyXML-2"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 5.0.1
41+
PROJECT_NUMBER = 6.0.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

tinyxml2.h

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

105105
namespace tinyxml2
106106
{

0 commit comments

Comments
 (0)