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 2014/08/29 21:59:27 UTC

ios commit: Update CDVAvailability version to 3.6.0

Repository: cordova-ios
Updated Branches:
  refs/heads/master 1d65be4e5 -> 42509d25f


Update CDVAvailability version to 3.6.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/42509d25
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/42509d25
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/42509d25

Branch: refs/heads/master
Commit: 42509d25f4e9940271f6ee68525870bc7e924efa
Parents: 1d65be4
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Aug 29 12:57:35 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Aug 29 12:57:35 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/42509d25/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index 7f25336..6f6960a 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -50,6 +50,7 @@
 #define __CORDOVA_3_4_0 30400
 #define __CORDOVA_3_4_1 30401
 #define __CORDOVA_3_5_0 30500
+#define __CORDOVA_3_5_0 30600
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
@@ -60,7 +61,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_3_5_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_3_6_0
 #endif
 
 /*