diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-02-18 19:19:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-02-18 19:19:49 +0000 |
commit | b05db1f1769551a74f4512a0947d67353b6d84a4 (patch) | |
tree | aaa16d85470b7a5bfcf90f11e7feb0dd7aedfde6 /modules/system/system.module | |
parent | 4a96b2c52b090d6aa6367c4deb94c6b3e04ca656 (diff) | |
download | brdo-b05db1f1769551a74f4512a0947d67353b6d84a4.tar.gz brdo-b05db1f1769551a74f4512a0947d67353b6d84a4.tar.bz2 |
- Patch #221384 by webernet: update core compatibility to Drupal 7.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 4 |
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. |