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/10/25 21:10:17 UTC

ios commit: Updated version to 2.9.1

Updated Branches:
  refs/heads/2.9.x 7e6ad2e6b -> fc67a2f87


Updated version to 2.9.1


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

Branch: refs/heads/2.9.x
Commit: fc67a2f87337f14d760402f86741541b9e48956c
Parents: 7e6ad2e
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Oct 25 12:10:12 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Oct 25 12:10:12 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/fc67a2f8/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index 7e8157c..0710094 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -43,6 +43,7 @@
 #define __CORDOVA_2_7_0 20700
 #define __CORDOVA_2_8_0 20800
 #define __CORDOVA_2_9_0 20900
+#define __CORDOVA_2_9_1 20901
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
@@ -53,7 +54,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_9_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_9_1
 #endif
 
 /*

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/fc67a2f8/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index c8e38b6..dedcc7d 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-2.9.0
+2.9.1