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 2012/03/23 12:22:05 UTC

ios commit: Added 1.6.0 constants

Updated Branches:
  refs/heads/master 20e5d40b5 -> e10edaaef


Added 1.6.0 constants


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

Branch: refs/heads/master
Commit: e10edaaef564ef05495956916c4a2fe01ccecb20
Parents: 20e5d40
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Mar 23 04:21:57 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Mar 23 04:21:57 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/e10edaae/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index ea643ff..fa77ad1 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -25,6 +25,7 @@
 #define __CORDOVA_1_4_0  10400
 #define __CORDOVA_1_4_1  10401
 #define __CORDOVA_1_5_0  10500
+#define __CORDOVA_1_6_0  10500
 #define __CORDOVA_NA     99999  /* not available */
 
 
@@ -36,7 +37,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_1_5_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_1_6_0
 #endif
 
 /*