Added 4.4.0 to CDVAvailability.h (via coho).
Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/f250fc81 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/f250fc81 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/f250fc81 Branch: refs/heads/master Commit: f250fc817fc4bbf549bf013b15b9c3afcf0415b9 Parents: f85085a Author: Shazron Abdullah <[email protected]> Authored: Sat Apr 22 12:23:35 2017 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Sat Apr 22 12:23:35 2017 -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/f250fc81/CordovaLib/Classes/Public/CDVAvailability.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h index 4e33241..38bdfd7 100644 --- a/CordovaLib/Classes/Public/CDVAvailability.h +++ b/CordovaLib/Classes/Public/CDVAvailability.h @@ -66,6 +66,7 @@ #define __CORDOVA_4_2_1 40201 #define __CORDOVA_4_3_0 40300 #define __CORDOVA_4_3_1 40301 +#define __CORDOVA_4_4_0 40400 /* coho:next-version,insert-before */ #define __CORDOVA_NA 99999 /* not available */ @@ -78,7 +79,7 @@ */ #ifndef CORDOVA_VERSION_MIN_REQUIRED /* coho:next-version-min-required,replace-after */ - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_3_1 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_4_0 #endif /* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
