diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-17 21:59:31 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-17 21:59:31 +0000 |
commit | 19b2687ac01acdb1708e9831b9210e1f59921f6e (patch) | |
tree | bb8fe724a51f67d88bcbd7f53f3dfd285b1fbf26 /modules | |
parent | a3f3cb346bebb09dd89f31705c43c0c7d5c690d1 (diff) | |
download | brdo-19b2687ac01acdb1708e9831b9210e1f59921f6e.tar.gz brdo-19b2687ac01acdb1708e9831b9210e1f59921f6e.tar.bz2 |
Back to being a 6.x development version
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 35cba0ea8..eb99f4e7e 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-beta2'); +define('VERSION', '6.0-dev'); define('DRUPAL_CORE_COMPATIBILITY', '6.x'); define('DRUPAL_MINIMUM_PHP', '4.3.3'); |