Index: context.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/context/context.module,v
retrieving revision 1.6.2.6.2.6.2.25
diff -u -p -r1.6.2.6.2.6.2.25 context.module
--- context.module	6 Aug 2010 17:56:50 -0000	1.6.2.6.2.6.2.25
+++ context.module	3 Nov 2010 19:30:48 -0000
@@ -12,6 +12,13 @@ define('CONTEXT_CONDITION_MODE_OR', 0);
 define('CONTEXT_CONDITION_MODE_AND', 1);
 
 /**
+ * Advertise the current Context API version
+ */
+function context_api_version() {
+  return array("version" => 3);
+}
+
+/**
  * Master context function. Avoid calling this directly -- use one of the helper functions below.
  *
  * @param $op
