diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-28 14:38:30 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-28 14:38:30 +0000 |
commit | d5012c1c8fe5ef0fdb427553fdb6cc2c6fd78ba8 (patch) | |
tree | 0d86543372b22680b7bb9fa99c82eefa2176824d /modules/system/system.module | |
parent | 54190b56050da058842b75cd24a1751279ffc79e (diff) | |
download | brdo-d5012c1c8fe5ef0fdb427553fdb6cc2c6fd78ba8.tar.gz brdo-d5012c1c8fe5ef0fdb427553fdb6cc2c6fd78ba8.tar.bz2 |
- Updating the 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 5fd7d7d31..93ef1263c 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 beta 2'); /** * Implementation of hook_help(). |