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/01/30 00:45:54 UTC

ios commit: Updated CDVAvailability.h version to 3.4.0

Updated Branches:
  refs/heads/master 285ee289e -> fb96a97c8


Updated CDVAvailability.h version to 3.4.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/fb96a97c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/fb96a97c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/fb96a97c

Branch: refs/heads/master
Commit: fb96a97c8f0bdab3c34cf38059eff08a3bdaf3e9
Parents: 285ee28
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Jan 29 15:45:47 2014 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Jan 29 15:45:47 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/fb96a97c/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index 859088a..32a6f38 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -47,6 +47,7 @@
 #define __CORDOVA_3_1_0 30100
 #define __CORDOVA_3_2_0 30200
 #define __CORDOVA_3_3_0 30300
+#define __CORDOVA_3_4_0 30400
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
@@ -57,7 +58,7 @@
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_3_3_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_3_4_0
 #endif
 
 /*