diff --git a/views/workbench_current_user.view.inc b/views/workbench_current_user.view.inc
index 8e25c2d..22f3a6d 100644
--- a/views/workbench_current_user.view.inc
+++ b/views/workbench_current_user.view.inc
@@ -11,8 +11,8 @@ $view->description = 'Information about the current user.';
 $view->tag = 'Workbench';
 $view->base_table = 'users';
 $view->human_name = '';
-$view->core = 0;
-$view->api_version = '3.0-alpha1';
+$view->core = 7;
+$view->api_version = 3;
 $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
 
 /* Display: Defaults */
diff --git a/views/workbench_edited.view.inc b/views/workbench_edited.view.inc
index 716458b..716ac2b 100644
--- a/views/workbench_edited.view.inc
+++ b/views/workbench_edited.view.inc
@@ -11,8 +11,8 @@ $view->description = 'Lists content edited by the user.';
 $view->tag = 'Workbench';
 $view->base_table = 'node_revision';
 $view->human_name = '';
-$view->core = 0;
-$view->api_version = '3.0-alpha1';
+$view->core = 7;
+$view->api_version = 3;
 $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
 
 /* Display: Defaults */
diff --git a/views/workbench_recent_content.view.inc b/views/workbench_recent_content.view.inc
index 2151292..909c097 100644
--- a/views/workbench_recent_content.view.inc
+++ b/views/workbench_recent_content.view.inc
@@ -11,8 +11,8 @@ $view->description = 'Content overview page for Wobrkbench.';
 $view->tag = 'Workbench';
 $view->base_table = 'node';
 $view->human_name = '';
-$view->core = 0;
-$view->api_version = '3.0-alpha1';
+$view->core = 7;
+$view->api_version = 3;
 $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
 
 /* Display: Defaults */
