You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2013/02/25 14:41:02 UTC

[25/50] ios commit: Updated version to 2.5.0rc1

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

Branch: refs/heads/multipart_plugin_result
Commit: 7d64f654bba1749ce37433026ce602b71f11167b
Parents: 0fad4fd
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Feb 19 23:42:45 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Feb 19 23:42:45 2013 -0800

----------------------------------------------------------------------
 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/7d64f654/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index 67583be..33c6799 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -36,6 +36,7 @@
 #define __CORDOVA_2_2_0 20200
 #define __CORDOVA_2_3_0 20300
 #define __CORDOVA_2_4_0 20400
+#define __CORDOVA_2_5_0 20500
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
@@ -46,7 +47,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_4_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_5_0
 #endif
 
 /*

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/7d64f654/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 197c4d5..aa0822f 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-2.4.0
+2.5.0rc1