diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-14 14:29:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-14 14:29:55 +0000 |
commit | 3f0d64147a3e94268d52974c9913920eb100d8cd (patch) | |
tree | b1944bf3f89825c7e9c8f1346a1a947fb8dc925d /modules/system/system.module | |
parent | 8f3b6934a9cd6614f17dba9a90b21f8a5f480924 (diff) | |
download | brdo-3f0d64147a3e94268d52974c9913920eb100d8cd.tar.gz brdo-3f0d64147a3e94268d52974c9913920eb100d8cd.tar.bz2 |
- Updating 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 c754be48c..aabebdd72 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(). |