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/12/01 01:43:29 UTC

[2/2] ios commit: Added 4.3.1 to CDVAvailability.h (via coho).

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

Branch: refs/heads/master
Commit: 0c201c42344f63c7590c4190ba2285fa199300bb
Parents: 6f60130
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Nov 30 17:07:50 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Nov 30 17:40:18 2016 -0800

----------------------------------------------------------------------
 CordovaLib/Classes/Public/CDVAvailability.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/0c201c42/CordovaLib/Classes/Public/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h
index c924432..4e33241 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/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
 
 /*


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