diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-01-10 19:11:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-01-10 19:11:50 +0000 |
commit | f6674f92d58afe25c28ddb53435eee62bf0a227e (patch) | |
tree | df794b05f6dce316232280cd41d0ff3f015401a7 /modules/system/system.module | |
parent | 9188593920ddafbf8ae99563ca87ebcc6f678bb5 (diff) | |
download | brdo-f6674f92d58afe25c28ddb53435eee62bf0a227e.tar.gz brdo-f6674f92d58afe25c28ddb53435eee62bf0a227e.tar.bz2 |
- Setting 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 68be7f157..b735f5689 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-RC2'); +define('VERSION', '5.0-dev'); /** * Implementation of hook_help(). |