CB-11006 Updated CDV version macro to 4.1.1
Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/4bbae20b Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/4bbae20b Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/4bbae20b Branch: refs/heads/master Commit: 4bbae20bc4c9a2a260423940a92cfae634cc543e Parents: 0ca0c9c Author: Edna Morales <[email protected]> Authored: Fri Apr 1 15:58:10 2016 -0400 Committer: Edna Morales <[email protected]> Committed: Fri Apr 1 15:58:10 2016 -0400 ---------------------------------------------------------------------- CordovaLib/Classes/Public/CDVAvailability.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/4bbae20b/CordovaLib/Classes/Public/CDVAvailability.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h index 4f55dad..13cbac0 100644 --- a/CordovaLib/Classes/Public/CDVAvailability.h +++ b/CordovaLib/Classes/Public/CDVAvailability.h @@ -61,6 +61,7 @@ #define __CORDOVA_4_0_0 40000 #define __CORDOVA_4_0_1 40001 #define __CORDOVA_4_1_0 40100 +#define __CORDOVA_4_1_1 40101 /* coho:next-version,insert-before */ #define __CORDOVA_NA 99999 /* not available */ @@ -73,7 +74,7 @@ */ #ifndef CORDOVA_VERSION_MIN_REQUIRED /* coho:next-version-min-required,replace-after */ - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_1_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_1_1 #endif /* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
