From be3491e38d6b0fbc6e6f4bdd2eb3b9f18ab46e3c Mon Sep 17 00:00:00 2001
From: Tim Plunkett <git@plnktt.com>
Date: Tue, 15 May 2012 10:41:12 -0400
Subject: [PATCH] Change version in .info files from 7.x to 8.x.

---
 tests/views_test.info | 2 +-
 views.info            | 2 +-
 views_ui.info         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/views_test.info b/tests/views_test.info
index 839da8193a0c..9f03d60abdf8 100644
--- a/tests/views_test.info
+++ b/tests/views_test.info
@@ -1,6 +1,6 @@
 name = Views Test
 description = Test module for Views.
 package = Views
-core = 7.x
+core = 8.x
 dependencies[] = views
 hidden = TRUE
diff --git a/views.info b/views.info
index 14ed44550873..3e0f59e70e5a 100644
--- a/views.info
+++ b/views.info
@@ -1,7 +1,7 @@
 name = Views
 description = Create customized lists and queries from your database.
 package = Views
-core = 7.x
+core = 8.x
 php = 5.2
 
 ; Always available CSS
diff --git a/views_ui.info b/views_ui.info
index 83411377716f..b131de9ddefb 100644
--- a/views_ui.info
+++ b/views_ui.info
@@ -1,7 +1,7 @@
 name = Views UI
 description = Administrative interface to views. Without this module, you cannot create or edit your views.
 package = Views
-core = 7.x
+core = 8.x
 configure = admin/structure/views
 dependencies[] = views
 files[] = views_ui.module
-- 
GitLab