diff options
| author | julie <julie@surfer-172-29-0-85-hotspot.internet-for-guests.com> | 2017-01-23 17:59:26 -0500 |
|---|---|---|
| committer | julie <julie@surfer-172-29-0-85-hotspot.internet-for-guests.com> | 2017-01-23 17:59:26 -0500 |
| commit | 2c41f6b41de6ee1a2ae83e62b8a15ced677a419e (patch) | |
| tree | 9fe4fb9e1d89ad6c3444eac5b5d6696b820775a6 /StoneIsland/platforms/ios/CordovaLib/Classes | |
| parent | 267c9ed075b5355f463b8f2ad17e10880f14dfc8 (diff) | |
build
Diffstat (limited to 'StoneIsland/platforms/ios/CordovaLib/Classes')
| -rw-r--r-- | StoneIsland/platforms/ios/CordovaLib/Classes/Public/CDVAvailability.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/CordovaLib/Classes/Public/CDVAvailability.h b/StoneIsland/platforms/ios/CordovaLib/Classes/Public/CDVAvailability.h index c9244327..4e332412 100644 --- a/StoneIsland/platforms/ios/CordovaLib/Classes/Public/CDVAvailability.h +++ b/StoneIsland/platforms/ios/CordovaLib/Classes/Public/CDVAvailability.h @@ -65,6 +65,7 @@ #define __CORDOVA_4_2_0 40200 #define __CORDOVA_4_2_1 40201 #define __CORDOVA_4_3_0 40300 +#define __CORDOVA_4_3_1 40301 /* coho:next-version,insert-before */ #define __CORDOVA_NA 99999 /* not available */ @@ -77,7 +78,7 @@ */ #ifndef CORDOVA_VERSION_MIN_REQUIRED /* coho:next-version-min-required,replace-after */ - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_3_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_3_1 #endif /* |
