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/05/24 21:51:27 UTC

ios commit: [CB-3469] Add a version macro for 2.8.0.

Updated Branches:
  refs/heads/master 4c63589ac -> 8b1821055


[CB-3469] Add a version macro for 2.8.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/8b182105
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/8b182105
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/8b182105

Branch: refs/heads/master
Commit: 8b1821055b9d88e18cf02e0a040763775ef0366b
Parents: 4c63589
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri May 24 15:50:37 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri May 24 15:51:20 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8b182105/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index b288522..324237d 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -41,6 +41,7 @@
 #define __CORDOVA_2_5_0 20500
 #define __CORDOVA_2_6_0 20600
 #define __CORDOVA_2_7_0 20700
+#define __CORDOVA_2_8_0 20800
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
@@ -51,7 +52,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_7_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_8_0
 #endif
 
 /*