diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-05 21:18:29 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-05 21:18:29 +0000 |
commit | aa6f1c83152d8829a4d2adaf7389c62a6512a6e6 (patch) | |
tree | b238c6dc0224dffbf4f972b38b8728e1c154e759 /modules/system | |
parent | afe3f4318ddee5e6273f6b84f8969006ffa58dc4 (diff) | |
download | brdo-aa6f1c83152d8829a4d2adaf7389c62a6512a6e6.tar.gz brdo-aa6f1c83152d8829a4d2adaf7389c62a6512a6e6.tar.bz2 |
Drupal 6.0 beta 4
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index ca8e54703..be06e9020 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -6,7 +6,7 @@ * Configuration system that lets administrators modify the workings of the site. */ -define('VERSION', '6.0-dev'); +define('VERSION', '6.0-beta4'); define('DRUPAL_CORE_COMPATIBILITY', '6.x'); define('DRUPAL_MINIMUM_PHP', '4.3.3'); |