CB-11627 updated CDVAvailability.h with new version
Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/be34be4d Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/be34be4d Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/be34be4d Branch: refs/heads/master Commit: be34be4d1016152ba5fb3cc1aa3c94898ee97c4f Parents: b0a0e57 Author: Steve Gill <[email protected]> Authored: Tue Jul 26 11:49:48 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Tue Jul 26 11:49:48 2016 -0700 ---------------------------------------------------------------------- CordovaLib/Classes/Public/CDVAvailability.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/be34be4d/CordovaLib/Classes/Public/CDVAvailability.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h index cbce52e..10d6d50 100644 --- a/CordovaLib/Classes/Public/CDVAvailability.h +++ b/CordovaLib/Classes/Public/CDVAvailability.h @@ -63,6 +63,7 @@ #define __CORDOVA_4_1_0 40100 #define __CORDOVA_4_1_1 40101 #define __CORDOVA_4_2_0 40200 +#define __CORDOVA_4_2_1 40201 /* coho:next-version,insert-before */ #define __CORDOVA_NA 99999 /* not available */ @@ -75,7 +76,7 @@ */ #ifndef CORDOVA_VERSION_MIN_REQUIRED /* coho:next-version-min-required,replace-after */ - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_2_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_2_1 #endif /* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
