Added 5.0.0 to CDVAvailability.h (via coho).
diff --git a/CordovaLib/CordovaLib/Classes/Commands/CDVAvailability.h b/CordovaLib/CordovaLib/Classes/Commands/CDVAvailability.h
index a12302d..0c40700 100644
--- a/CordovaLib/CordovaLib/Classes/Commands/CDVAvailability.h
+++ b/CordovaLib/CordovaLib/Classes/Commands/CDVAvailability.h
@@ -1,5 +1,5 @@
 /*
- Licensed to the Apache Software Foundation (ASF) under one
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_5_0_0
  or more contributor license agreements.  See the NOTICE file
  distributed with this work for additional information
  regarding copyright ownership.  The ASF licenses this file
@@ -53,3 +53,4 @@
 #else
     #define CDV_EXEC_LOG(...) do {} while (NO)
 #endif
+#define __CORDOVA_5_0_0 50000