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:12:19 UTC

[2/4] 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/2af6108f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/2af6108f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/2af6108f

Branch: refs/heads/4.3.x
Commit: 2af6108f739a95095c7075a9122e43f8b627e10d
Parents: 1de2283
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:07:50 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/2af6108f/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