diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-17 21:47:14 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-17 21:47:14 +0000 |
commit | a3f3cb346bebb09dd89f31705c43c0c7d5c690d1 (patch) | |
tree | afdf7c9e25ac03eae91fa15fc0328bd57474cbab /modules/system/system.module | |
parent | 988d4f505a8896df226660f37286c7f0bbe01e01 (diff) | |
download | brdo-a3f3cb346bebb09dd89f31705c43c0c7d5c690d1.tar.gz brdo-a3f3cb346bebb09dd89f31705c43c0c7d5c690d1.tar.bz2 |
Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes applied
Diffstat (limited to 'modules/system/system.module')
-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 eb99f4e7e..35cba0ea8 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-beta2'); define('DRUPAL_CORE_COMPATIBILITY', '6.x'); define('DRUPAL_MINIMUM_PHP', '4.3.3'); |