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