Skip to content

Commit 57eea48

Browse files
committed
version to 10.1.0
1 parent 198cb82 commit 57eea48

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.15)
2-
project(tinyxml2 VERSION 10.0.0)
2+
project(tinyxml2 VERSION 10.1.0)
33

44
include(CTest)
55
option(tinyxml2_BUILD_TESTING "Build tests for tinyxml2" "${BUILD_TESTING}")

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 = 10.0.0
41+
PROJECT_NUMBER = 10.1.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

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
project(
2323
'tinyxml2',
2424
['cpp'],
25-
version : '10.0.0',
25+
version : '10.1.0',
2626
meson_version : '>= 0.49.0',
2727
)
2828

tinyxml2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ distribution.
9797
http://semver.org/
9898
*/
9999
static const int TIXML2_MAJOR_VERSION = 10;
100-
static const int TIXML2_MINOR_VERSION = 0;
100+
static const int TIXML2_MINOR_VERSION = 1;
101101
static const int TIXML2_PATCH_VERSION = 0;
102102

103103
#define TINYXML2_MAJOR_VERSION 10
104-
#define TINYXML2_MINOR_VERSION 0
104+
#define TINYXML2_MINOR_VERSION 1
105105
#define TINYXML2_PATCH_VERSION 0
106106

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

0 commit comments

Comments
 (0)