commit | b59ac45131eab3ad1f53b0d3ec60a98e8a96230a | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sun Mar 16 20:18:41 2014 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sun Mar 16 20:18:41 2014 -0700 |
tree | a7c7c45bac258a4211028b445265540e5bd999f7 | |
parent | a0744c8dcab86845e9f2e9060c84a610bd496dd9 [diff] [blame] |
setting the version to 2.0.2
diff --git a/tinyxml2.h b/tinyxml2.h index 2ecd6d8..cb1dc1b 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -121,7 +121,7 @@ */ static const int TIXML2_MAJOR_VERSION = 2; static const int TIXML2_MINOR_VERSION = 0; -static const int TIXML2_PATCH_VERSION = 1; +static const int TIXML2_PATCH_VERSION = 2; namespace tinyxml2 {