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 2015/12/16 01:48:28 UTC

ios commit: Updated CDV version macro to 4.0.1

Repository: cordova-ios
Updated Branches:
  refs/heads/master c7116835b -> d0796df98


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

Branch: refs/heads/master
Commit: d0796df98de81c2cd4b23f6d4cd2895a1cfee109
Parents: c711683
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Dec 15 16:48:21 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Dec 15 16:48:21 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d0796df9/CordovaLib/Classes/Public/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h
index 2b8c536..ef7c9ce 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -59,6 +59,7 @@
 #define __CORDOVA_3_9_1 30901
 #define __CORDOVA_3_9_2 30902
 #define __CORDOVA_4_0_0 40000
+#define __CORDOVA_4_0_1 40001
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -71,7 +72,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_0_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_0_1
 #endif
 
 /*


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