diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-03-26 06:26:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-03-26 06:26:45 +0000 |
commit | 7e653ce2d4ec7e35b502cc1c616dcfb623dc1b80 (patch) | |
tree | ae6d781893f65057f241e21404e4a5f043d65add /modules/system/system.module | |
parent | 924c5ec8acb658b4b9dbe7363608ce77dc32d39b (diff) | |
download | brdo-7e653ce2d4ec7e35b502cc1c616dcfb623dc1b80.tar.gz brdo-7e653ce2d4ec7e35b502cc1c616dcfb623dc1b80.tar.bz2 |
- Patch #105853 by killes: move minumum version defines.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index e384e16eb..fe50a468f 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -8,6 +8,11 @@ define('VERSION', '6.0-dev'); +define('DRUPAL_MINIMUM_PHP', '4.3.3'); +define('DRUPAL_MINIMUM_MYSQL', '4.1.0'); // If using MySQL +define('DRUPAL_MINIMUM_PGSQL', '7.4'); // If using PostgreSQL +define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache + /** * Implementation of hook_help(). */ |