diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-15 07:33:46 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-15 07:33:46 +0000 |
commit | 9c2f47eafd1aafbcc5cd2aa58b5e6c069f78c8dd (patch) | |
tree | 2f3712a49409c64c0adbef8959a7a74654a803f6 /modules/system/system.module | |
parent | 86a6cd4ef3c80c882c3f279f0823327e5da8b03c (diff) | |
download | brdo-9c2f47eafd1aafbcc5cd2aa58b5e6c069f78c8dd.tar.gz brdo-9c2f47eafd1aafbcc5cd2aa58b5e6c069f78c8dd.tar.bz2 |
Back to devopment version, now that we have the beta 1 tagged and released
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 cb0da0a74..369de9289 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-beta1'); +define('VERSION', '6.0-dev'); define('DRUPAL_CORE_COMPATIBILITY', '6.x'); define('DRUPAL_MINIMUM_PHP', '4.3.3'); |