File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.15)
2
- project (tinyxml2 VERSION 10.1 .0)
2
+ project (tinyxml2 VERSION 11.0 .0)
3
3
4
4
include (CTest)
5
5
option (tinyxml2_BUILD_TESTING "Build tests for tinyxml2" "${BUILD_TESTING} " )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "TinyXML-2"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 10.1 .0
41
+ PROJECT_NUMBER = 11.0 .0
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 22
22
project (
23
23
' tinyxml2' ,
24
24
[' cpp' ],
25
- version : ' 10.1 .0' ,
25
+ version : ' 11.0 .0' ,
26
26
meson_version : ' >= 0.49.0' ,
27
27
)
28
28
Original file line number Diff line number Diff line change @@ -96,12 +96,12 @@ distribution.
96
96
/* Versioning, past 1.0.14:
97
97
http://semver.org/
98
98
*/
99
- static const int TIXML2_MAJOR_VERSION = 10 ;
100
- static const int TIXML2_MINOR_VERSION = 1 ;
99
+ static const int TIXML2_MAJOR_VERSION = 11 ;
100
+ static const int TIXML2_MINOR_VERSION = 0 ;
101
101
static const int TIXML2_PATCH_VERSION = 0 ;
102
102
103
- #define TINYXML2_MAJOR_VERSION 10
104
- #define TINYXML2_MINOR_VERSION 1
103
+ #define TINYXML2_MAJOR_VERSION 11
104
+ #define TINYXML2_MINOR_VERSION 0
105
105
#define TINYXML2_PATCH_VERSION 0
106
106
107
107
// A fixed element depth limit is problematic. There needs to be a
You can’t perform that action at this time.
0 commit comments