commit | 74d44acb176f8510abf28ee0a70961eb26631988 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sun Jul 17 22:57:36 2016 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sun Jul 17 22:57:36 2016 -0700 |
tree | 7cf6e1191bec190b340ed3947b8a66d1d789cd68 | |
parent | c9445466de5eff19f14065f464be94dda56991d7 [diff] [blame] |
fix compile issues on clang
diff --git a/tinyxml2.h b/tinyxml2.h index 9dcc345..fb4376d 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -98,7 +98,7 @@ */ static const int TIXML2_MAJOR_VERSION = 4; static const int TIXML2_MINOR_VERSION = 0; -static const int TIXML2_PATCH_VERSION = 0; +static const int TIXML2_PATCH_VERSION = 1; namespace tinyxml2 {