--- context.module	2010-08-06 19:56:50.000000000 +0200
+++ context.module-patched	2010-10-27 18:26:46.444027743 +0200
@@ -12,6 +12,14 @@ define('CONTEXT_CONDITION_MODE_OR', 0);
 define('CONTEXT_CONDITION_MODE_AND', 1);
 
 /**
+ * Advertise the current Context API version
+ */
+function context_api_version() {
+  return '3.0';
+}
+
+
+/**
  * Master context function. Avoid calling this directly -- use one of the helper functions below.
  *
  * @param $op
