You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by su...@apache.org on 2017/10/25 22:17:47 UTC

[cordova-ios] 05/07: Added 4.5.3 to CDVAvailability.h (via coho).

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

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

commit 6ece12e6e58d36867dfb586817d9bf95205f100f
Author: Suraj Pindoria <pi...@gmail.com>
AuthorDate: Wed Oct 25 14:17:13 2017 -0700

    Added 4.5.3 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 af63494..64d66a3 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -68,6 +68,7 @@
 #define __CORDOVA_4_3_1 40301
 #define __CORDOVA_4_4_0 40400
 #define __CORDOVA_4_5_0 40500
+#define __CORDOVA_4_5_3 40503
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -80,7 +81,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_5_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_5_3
 #endif
 
 /*

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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