You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/11/22 10:20:22 UTC

[cordova-ios] 02/04: Added 5.1.0 to CDVAvailability.h (via coho).

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 7d044b164679cdbd9b7753c2ff7614ad754c3fe6
Author: Erisu <el...@gmail.com>
AuthorDate: Fri Nov 22 13:56:39 2019 +0900

    Added 5.1.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 63341cf..cd09d9f 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -73,6 +73,7 @@
 #define __CORDOVA_4_5_4 40504
 #define __CORDOVA_5_0_0 50000
 #define __CORDOVA_5_0_1 50001
+#define __CORDOVA_5_1_0 50100
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -85,7 +86,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_5_0_1
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_5_1_0
 #endif
 
 /*


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org