diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-01-10 19:08:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-01-10 19:08:16 +0000 |
commit | 9188593920ddafbf8ae99563ca87ebcc6f678bb5 (patch) | |
tree | 8fcadad3b439032e14d5ca75ce54cafd877ec6a7 /modules/system/system.module | |
parent | 74e3c74b813c2da89d99c86bc1f6d8f11d978fba (diff) | |
download | brdo-9188593920ddafbf8ae99563ca87ebcc6f678bb5.tar.gz brdo-9188593920ddafbf8ae99563ca87ebcc6f678bb5.tar.bz2 |
- Settingi 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 b735f5689..68be7f157 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-RC2'); /** * Implementation of hook_help(). |