You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/06/28 17:07:23 UTC

[15/50] [abbrv] ios commit: Updated CDVAvailability version to 2.9.0

Updated CDVAvailability version to 2.9.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/cfa54877
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/cfa54877
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/cfa54877

Branch: refs/heads/2.9.x
Commit: cfa54877ab9263f670183bef7521bb1f8c5ace0e
Parents: db43c76
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Jun 19 15:20:22 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Jun 19 15:20:22 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/cfa54877/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index 324237d..7e8157c 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -42,6 +42,7 @@
 #define __CORDOVA_2_6_0 20600
 #define __CORDOVA_2_7_0 20700
 #define __CORDOVA_2_8_0 20800
+#define __CORDOVA_2_9_0 20900
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
@@ -52,7 +53,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_8_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_9_0
 #endif
 
 /*