You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2015/03/19 17:56:01 UTC

[12/50] [abbrv] ios commit: Update version to 4.0.0 in CDVAvailability.h

Update version to 4.0.0 in CDVAvailability.h


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

Branch: refs/heads/unplug-whitelist
Commit: e9e3265bdd4004ce3b83ec49035dc5bf8b9019c4
Parents: 9bf4363
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Fri Mar 13 18:48:08 2015 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Fri Mar 13 18:48:08 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/e9e3265b/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index 5c5430f..41b3457 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -55,6 +55,7 @@
 #define __CORDOVA_3_6_0 30600
 #define __CORDOVA_3_7_0 30700
 #define __CORDOVA_3_8_0 30800
+#define __CORDOVA_4_0_0 40000
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
@@ -65,7 +66,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_3_8_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_0_0
 #endif
 
 /*


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