commit | 0aa8a80fd7cd1c73682a3cdfdc46d48f037c48e5 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sat Apr 28 14:20:27 2012 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sat Apr 28 14:20:27 2012 -0700 |
tree | 7e862d3de56ec236d1a3fbc1a75fef187a68546a | |
parent | 9708885e5e152a2ecf5fbf472818c16d0d3c3cf9 [diff] [blame] |
Enough bake time. Up version to 1.0
diff --git a/tinyxml2.h b/tinyxml2.h index 4ebb87f..e68d1d5 100644 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -83,9 +83,9 @@ #define TIXML_SSCANF sscanf #endif -static const int TIXML2_MAJOR_VERSION = 0; -static const int TIXML2_MINOR_VERSION = 9; -static const int TIXML2_PATCH_VERSION = 4; +static const int TIXML2_MAJOR_VERSION = 1; +static const int TIXML2_MINOR_VERSION = 0; +static const int TIXML2_PATCH_VERSION = 0; namespace tinyxml2 {