Updated Branches: refs/heads/master c732c0a9e -> d320bf162
Updated version in CDVAvailability.h to 3.0.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/d320bf16 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/d320bf16 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/d320bf16 Branch: refs/heads/master Commit: d320bf162745198f8958aa866392b36962d4fcdd Parents: c732c0a Author: Shazron Abdullah <[email protected]> Authored: Mon Jul 15 18:21:42 2013 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Mon Jul 15 18:21:42 2013 -0700 ---------------------------------------------------------------------- CordovaLib/Classes/CDVAvailability.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d320bf16/CordovaLib/Classes/CDVAvailability.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h index 7e8157c..3ca0bd7 100644 --- a/CordovaLib/Classes/CDVAvailability.h +++ b/CordovaLib/Classes/CDVAvailability.h @@ -43,6 +43,7 @@ #define __CORDOVA_2_7_0 20700 #define __CORDOVA_2_8_0 20800 #define __CORDOVA_2_9_0 20900 +#define __CORDOVA_3_0_0 30000 #define __CORDOVA_NA 99999 /* not available */ /* @@ -53,7 +54,7 @@ #endif */ #ifndef CORDOVA_VERSION_MIN_REQUIRED - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_9_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_3_0_0 #endif /*
