This is an automated email from the ASF dual-hosted git repository. shazron pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-ios.git
commit cf6d00a6e25706815ad8b4c8e6f613526a5998c3 Author: Shazron Abdullah <[email protected]> AuthorDate: Wed Sep 6 11:18:01 2017 +0800 Added 4.5.0 to CDVAvailability.h (via coho). --- CordovaLib/Classes/Public/CDVAvailability.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h index 38bdfd7..af63494 100644 --- a/CordovaLib/Classes/Public/CDVAvailability.h +++ b/CordovaLib/Classes/Public/CDVAvailability.h @@ -67,6 +67,7 @@ #define __CORDOVA_4_3_0 40300 #define __CORDOVA_4_3_1 40301 #define __CORDOVA_4_4_0 40400 +#define __CORDOVA_4_5_0 40500 /* coho:next-version,insert-before */ #define __CORDOVA_NA 99999 /* not available */ @@ -79,7 +80,7 @@ */ #ifndef CORDOVA_VERSION_MIN_REQUIRED /* coho:next-version-min-required,replace-after */ - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_4_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_5_0 #endif /* -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
