Updated CDV version macro to 4.0.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/0f8c8e9a Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/0f8c8e9a Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/0f8c8e9a Branch: refs/heads/4.0.x Commit: 0f8c8e9ad73491674ffa4be882951ce231be38e4 Parents: c1448ff Author: Shazron Abdullah <[email protected]> Authored: Tue Dec 15 16:48:21 2015 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Tue Dec 15 17:00:11 2015 -0800 ---------------------------------------------------------------------- CordovaLib/Classes/Public/CDVAvailability.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/0f8c8e9a/CordovaLib/Classes/Public/CDVAvailability.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h index 2b8c536..ef7c9ce 100644 --- a/CordovaLib/Classes/Public/CDVAvailability.h +++ b/CordovaLib/Classes/Public/CDVAvailability.h @@ -59,6 +59,7 @@ #define __CORDOVA_3_9_1 30901 #define __CORDOVA_3_9_2 30902 #define __CORDOVA_4_0_0 40000 +#define __CORDOVA_4_0_1 40001 /* coho:next-version,insert-before */ #define __CORDOVA_NA 99999 /* not available */ @@ -71,7 +72,7 @@ */ #ifndef CORDOVA_VERSION_MIN_REQUIRED /* coho:next-version-min-required,replace-after */ - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_0_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_0_1 #endif /* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
