--- authorship.module.old	2008-08-12 05:20:05.000000000 +0100
+++ authorship.module	2008-09-21 06:43:10.000000000 +0100
@@ -212,6 +212,15 @@ function authorship_comment(&$comment, $
 }
 /* }}} */
 
+/**
+*  Implement hook_views_api().
+*/
+function authorship_views_api() {
+  return array(
+    'api' => 2.0,
+  );
+}
+
 /*=========================*/ 
 /* Helper functions follow */
 /*=========================*/ 
