Skip to content

Commit 6ba2a07

Browse files
committed
upping the major version. lots of small (incompatible) changes, and the addition of int64 support.
1 parent af9bce1 commit 6ba2a07

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ include(GNUInstallDirs)
1717
################################
1818
# set lib version here
1919

20-
set(GENERIC_LIB_VERSION "3.0.0")
21-
set(GENERIC_LIB_SOVERSION "3")
20+
set(GENERIC_LIB_VERSION "4.0.0")
21+
set(GENERIC_LIB_SOVERSION "4")
2222

2323

2424
################################

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 = 3.0.0
41+
PROJECT_NUMBER = 4.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ distribution.
9696
/* Versioning, past 1.0.14:
9797
http://semver.org/
9898
*/
99-
static const int TIXML2_MAJOR_VERSION = 3;
99+
static const int TIXML2_MAJOR_VERSION = 4;
100100
static const int TIXML2_MINOR_VERSION = 0;
101101
static const int TIXML2_PATCH_VERSION = 0;
102102

0 commit comments

Comments
 (0)