From b05db1f1769551a74f4512a0947d67353b6d84a4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 18 Feb 2008 19:19:49 +0000 Subject: - Patch #221384 by webernet: update core compatibility to Drupal 7. --- modules/system/system.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system/system.module') 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. -- cgit v1.2.3