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/01/22 01:29:20 UTC

ios commit: Updated version to 2.4.0rc1

Updated Branches:
  refs/heads/master 0f84a09cc -> 8cab22f80


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

Branch: refs/heads/master
Commit: 8cab22f80225bde377ec3d455c5827357e528799
Parents: 0f84a09
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Jan 21 16:29:11 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Jan 21 16:29:11 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/8cab22f8/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index d2e7f1b..67583be 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -35,6 +35,7 @@
 #define __CORDOVA_2_1_0 20100
 #define __CORDOVA_2_2_0 20200
 #define __CORDOVA_2_3_0 20300
+#define __CORDOVA_2_4_0 20400
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
@@ -45,7 +46,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_3_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_4_0
 #endif
 
 /*

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8cab22f8/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index cc6612c..edf28ac 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-2.3.0
\ No newline at end of file
+2.4.0rc1
\ No newline at end of file