diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-21 22:33:30 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-21 22:33:30 +0000 |
commit | b3bda1c1e9d6cd72f26448f49c16e166bc24f53a (patch) | |
tree | dc6f87a906cb00c8f40d1c1ffdc6bc9a50d5ae85 /modules | |
parent | 5ed3db7c8b8e3cef41fba7a271f991004f2363fc (diff) | |
download | brdo-b3bda1c1e9d6cd72f26448f49c16e166bc24f53a.tar.gz brdo-b3bda1c1e9d6cd72f26448f49c16e166bc24f53a.tar.bz2 |
Getting ready for Drupal 6.0-beta3
Diffstat (limited to 'modules')
-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 97463f137..ac0e9e0f7 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-beta3'); define('DRUPAL_CORE_COMPATIBILITY', '6.x'); define('DRUPAL_MINIMUM_PHP', '4.3.3'); |