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 2013/03/22 01:46:41 UTC

ios commit: Updated version to 2.6.0rc1

Updated Branches:
  refs/heads/master b4b84fd4b -> ee862a36f


Updated version to 2.6.0rc1


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

Branch: refs/heads/master
Commit: ee862a36f1de4d1fc852104979a540feb1c16932
Parents: b4b84fd
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Mar 21 17:46:38 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Mar 21 17:46:38 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/ee862a36/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index 30176e4..23daa7a 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -37,6 +37,7 @@
 #define __CORDOVA_2_3_0 20300
 #define __CORDOVA_2_4_0 20400
 #define __CORDOVA_2_5_0 20500
+#define __CORDOVA_2_6_0 20600
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
@@ -47,7 +48,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_5_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_6_0
 #endif
 
 /*

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/ee862a36/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 437459c..f47de85 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-2.5.0
+2.6.0rc1