summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-10 22:47:17 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-10 22:47:17 +0000
commit78bc68f304b83a965e4223887d9443eb12bf91b4 (patch)
tree4e79fc9f091bbf301ff78312b6307c32caaa8845 /modules/system/system.module
parentb3c7ff77ffdc327c900e2ecf72e93510aee7f622 (diff)
downloadbrdo-78bc68f304b83a965e4223887d9443eb12bf91b4.tar.gz
brdo-78bc68f304b83a965e4223887d9443eb12bf91b4.tar.bz2
Drupal 6 RC2
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index f6b4409ad..5d37772e3 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -9,7 +9,7 @@
/**
* The current system version.
*/
-define('VERSION', '6.0-dev');
+define('VERSION', '6.0-rc2');
/**
* Core API compatibility.
@@ -19,7 +19,7 @@ define('DRUPAL_CORE_COMPATIBILITY', '6.x');
/**
* Minimum supported version of PHP.
*/
-define('DRUPAL_MINIMUM_PHP', '4.3.3');
+define('DRUPAL_MINIMUM_PHP', '4.3.5');
/**
* Minimum recommended value of PHP memory_limit.