You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/10/22 09:26:19 UTC

[4/7] ios commit: Added 4.3.0 to CDVAvailability.h (via coho).

Added 4.3.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/dfbe1e53
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/dfbe1e53
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/dfbe1e53

Branch: refs/heads/master
Commit: dfbe1e53d1e7949d93c889887091f72209e61c0c
Parents: 2647f54
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Oct 21 23:21:09 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Oct 21 23:21:09 2016 -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/dfbe1e53/CordovaLib/Classes/Public/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h
index 10d6d50..c924432 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -64,6 +64,7 @@
 #define __CORDOVA_4_1_1 40101
 #define __CORDOVA_4_2_0 40200
 #define __CORDOVA_4_2_1 40201
+#define __CORDOVA_4_3_0 40300
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -76,7 +77,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_2_1
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_3_0
 #endif
 
 /*


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