You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/07/27 01:04:28 UTC

[09/12] ios commit: CB-11627 updated CDVAvailability.h with new version

CB-11627 updated CDVAvailability.h with new version


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

Branch: refs/heads/4.2.x
Commit: c98cb32cfc222dbeb9a6c9c5e9e5e491de0b0141
Parents: b662c78
Author: Steve Gill <st...@gmail.com>
Authored: Tue Jul 26 11:49:48 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jul 26 16:25:27 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/c98cb32c/CordovaLib/Classes/Public/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h
index cbce52e..10d6d50 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -63,6 +63,7 @@
 #define __CORDOVA_4_1_0 40100
 #define __CORDOVA_4_1_1 40101
 #define __CORDOVA_4_2_0 40200
+#define __CORDOVA_4_2_1 40201
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -75,7 +76,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_2_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_2_1
 #endif
 
 /*


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