diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-15 08:53:56 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-15 08:53:56 +0000 |
commit | d72849187bcb2211dce89eced0b44ae69ed18102 (patch) | |
tree | e4211c946402e184d6622c8f4a50176af8b5a864 /modules/system/system.module | |
parent | 7838dc15419fcef03dcc5f401902581bc07e2267 (diff) | |
download | brdo-d72849187bcb2211dce89eced0b44ae69ed18102.tar.gz brdo-d72849187bcb2211dce89eced0b44ae69ed18102.tar.bz2 |
Setting RC version
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 238deb75d..33deed79d 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', '5.0-dev'); +define('VERSION', '5.0-RC-1'); /** * Implementation of hook_help(). |