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/11/15 22:19:40 UTC

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

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

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

commit 21f820d80580ccf206f895f1372076d6fb38e321
Author: Suraj Pindoria <pi...@gmail.com>
AuthorDate: Wed Nov 15 11:38:37 2017 -0800

    Added 4.5.4 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 5dfd72a..e8f89f9 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -70,6 +70,7 @@
 #define __CORDOVA_4_5_0 40500
 #define __CORDOVA_4_5_1 40501
 #define __CORDOVA_4_5_2 40502
+#define __CORDOVA_4_5_4 40504
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -82,7 +83,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_5_2
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_5_4
 #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