Updated Branches: refs/heads/master 53ce7aa08 -> ab2159234
Update version to 2.2.0 and added interim 2.2.0 js Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/ab215923 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/ab215923 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/ab215923 Branch: refs/heads/master Commit: ab21592345748125b0df49ef6e141edd5e787bb1 Parents: 53ce7aa Author: Shazron Abdullah <shaz...@apache.org> Authored: Mon Oct 15 10:40:04 2012 -0700 Committer: Shazron Abdullah <shaz...@apache.org> Committed: Mon Oct 15 10:40:04 2012 -0700 ---------------------------------------------------------------------- CordovaLib/Classes/CDVAvailability.h | 3 +- CordovaLib/VERSION | 2 +- bin/templates/project/www/cordova-2.1.0.js | 6091 ----------------------- bin/templates/project/www/cordova-2.2.0.js | 6091 +++++++++++++++++++++++ bin/templates/project/www/index.html | 2 +- 5 files changed, 6095 insertions(+), 6094 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/ab215923/CordovaLib/Classes/CDVAvailability.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h index b24c17c..0db4c5d 100644 --- a/CordovaLib/Classes/CDVAvailability.h +++ b/CordovaLib/Classes/CDVAvailability.h @@ -33,6 +33,7 @@ #define __CORDOVA_1_9_0 10900 #define __CORDOVA_2_0_0 20000 #define __CORDOVA_2_1_0 20100 +#define __CORDOVA_2_2_0 20200 #define __CORDOVA_NA 99999 /* not available */ /* @@ -43,7 +44,7 @@ #endif */ #ifndef CORDOVA_VERSION_MIN_REQUIRED - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_1_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_2_0 #endif /* http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/ab215923/CordovaLib/VERSION ---------------------------------------------------------------------- diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION index 50aea0e..e3a4f19 100644 --- a/CordovaLib/VERSION +++ b/CordovaLib/VERSION @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.2.0 \ No newline at end of file