diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-14 14:23:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-14 14:23:26 +0000 |
commit | 8f3b6934a9cd6614f17dba9a90b21f8a5f480924 (patch) | |
tree | d083d07c1f773727da3f06381767a01df14010a6 /modules/system/system.module | |
parent | 09d52f32d93042a97979b8d1d05c6ccab2288d1a (diff) | |
download | brdo-8f3b6934a9cd6614f17dba9a90b21f8a5f480924.tar.gz brdo-8f3b6934a9cd6614f17dba9a90b21f8a5f480924.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 aabebdd72..c754be48c 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(). |