summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module4
1 files changed, 2 insertions, 2 deletions
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.