commit | 686ef404b8718ab4fa40c2f10633a1f69375c20d | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sun Mar 16 10:16:49 2014 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sun Mar 16 10:16:49 2014 -0700 |
tree | 9f942ebffc35af273a63385e680eda249472fe50 | |
parent | e7eb7d33271aa913fde9855aa37a4e3aa127797b [diff] [blame] |
improve setversion script. set version 2.0.1
diff --git a/tinyxml2.h b/tinyxml2.h index 3df3e8d..2ecd6d8 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 = 0; +static const int TIXML2_PATCH_VERSION = 1; namespace tinyxml2 {