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/24 00:41:52 UTC

ios commit: Typo for __CORDOVA_1_6_0

Updated Branches:
  refs/heads/master e671ba490 -> 90ecbb5ad


Typo for __CORDOVA_1_6_0


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

Branch: refs/heads/master
Commit: 90ecbb5ad871299d744874b2f6007ee24db3aeb2
Parents: e671ba4
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Mar 23 16:40:52 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Mar 23 16:40:52 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/90ecbb5a/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index e410aff..67f62db 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -25,7 +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_1_6_0  10600
 #define __CORDOVA_NA     99999  /* not available */
 
 
@@ -43,7 +43,7 @@
 /* 
  Returns YES if it is at least version specified as NSString(X)
  Usage: 
-     if (IsiOSVersion(@"5.1")) {
+     if (IsAtLeastiOSVersion(@"5.1")) {
          // do something for iOS 5.1 or greater
      }
  */