summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-01-18 20:30:33 +0000
committerDries Buytaert <dries@buytaert.net>2007-01-18 20:30:33 +0000
commit107b456d23947ab0a250a0d23116c6896864f66a (patch)
tree3c971146e00351db9dd74967632b1c8d0e73c232 /modules/system/system.install
parent134df3e5fd97fdd2b76b7e431151202a49a4fcb0 (diff)
downloadbrdo-107b456d23947ab0a250a0d23116c6896864f66a.tar.gz
brdo-107b456d23947ab0a250a0d23116c6896864f66a.tar.bz2
- Bumping the minimum MySQL requirement to MySQL 4.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 1dac3485e..44fc6696f 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -2,9 +2,9 @@
// $Id$
define('DRUPAL_MINIMUM_PHP', '4.3.3');
-define('DRUPAL_MINIMUM_MYSQL', '3.23.17'); // If using MySQL
-define('DRUPAL_MINIMUM_PGSQL', '7.3'); // If using PostgreSQL
-define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache
+define('DRUPAL_MINIMUM_MYSQL', '4.0.0'); // If using MySQL
+define('DRUPAL_MINIMUM_PGSQL', '7.3'); // If using PostgreSQL
+define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache
/**
* Test and report Drupal installation requirements.