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 2014/11/01 00:43:58 UTC

[38/50] ios commit: Update version to 3.7.0

Update version to 3.7.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/753d06c9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/753d06c9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/753d06c9

Branch: refs/heads/wkwebview
Commit: 753d06c93a98cfbbc51df64cbc080ac8186b470b
Parents: cc43cd7
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Oct 30 11:34:11 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Oct 30 11:34:11 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/753d06c9/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index cbcb65b..1d37be0 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -53,6 +53,7 @@
 #define __CORDOVA_3_4_1 30401
 #define __CORDOVA_3_5_0 30500
 #define __CORDOVA_3_6_0 30600
+#define __CORDOVA_3_7_0 30700
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
@@ -63,7 +64,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_3_6_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_3_7_0
 #endif
 
 /*


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org