diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-21 22:53:40 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-11-21 22:53:40 +0000 |
commit | 98eefd9f0c42a33718a60ee43f55159a7edd0b0d (patch) | |
tree | 455be4ebd2a0822e476484ae467a8bb30edf46b1 /modules/system/system.module | |
parent | b3bda1c1e9d6cd72f26448f49c16e166bc24f53a (diff) | |
download | brdo-98eefd9f0c42a33718a60ee43f55159a7edd0b0d.tar.gz brdo-98eefd9f0c42a33718a60ee43f55159a7edd0b0d.tar.bz2 |
back to Drupal 6.0-dev
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 ac0e9e0f7..97463f137 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-beta3'); +define('VERSION', '6.0-dev'); define('DRUPAL_CORE_COMPATIBILITY', '6.x'); define('DRUPAL_MINIMUM_PHP', '4.3.3'); |