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

[08/19] ios commit: Updating version to 3.8.0

Updating version to 3.8.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/9c5cf26d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/9c5cf26d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/9c5cf26d

Branch: refs/heads/4.0.x
Commit: 9c5cf26d9ce728696740cd448d32d0589b998ef3
Parents: 8dcc9dd
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Feb 13 17:05:32 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Feb 13 17:05:32 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9c5cf26d/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index 1d37be0..71e20b9 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -54,6 +54,7 @@
 #define __CORDOVA_3_5_0 30500
 #define __CORDOVA_3_6_0 30600
 #define __CORDOVA_3_7_0 30700
+#define __CORDOVA_3_8_0 30800
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
@@ -64,7 +65,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_3_7_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_3_8_0
 #endif
 
 /*


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