summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.info2
-rw-r--r--modules/system/system.module4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/system.info b/modules/system/system.info
index 28c8a686b..b4daf5205 100644
--- a/modules/system/system.info
+++ b/modules/system/system.info
@@ -3,4 +3,4 @@ name = System
description = Handles general site configuration for administrators.
package = Core - required
version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/system/system.module b/modules/system/system.module
index b4354e9a5..d3f9d6fae 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -14,12 +14,12 @@ define('VERSION', '7.0-dev');
/**
* Core API compatibility.
*/
-define('DRUPAL_CORE_COMPATIBILITY', '6.x');
+define('DRUPAL_CORE_COMPATIBILITY', '7.x');
/**
* Minimum supported version of PHP.
*/
-define('DRUPAL_MINIMUM_PHP', '4.3.5');
+define('DRUPAL_MINIMUM_PHP', '5.2.0');
/**
* Minimum recommended value of PHP memory_limit.