- Patch #105853 by killes: move minumum version defines.

6.x
Dries Buytaert 2007-03-26 06:26:45 +00:00
parent 924c5ec8ac
commit 7e653ce2d4
1 changed files with 5 additions and 0 deletions

View File

@ -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().
*/