diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-28 14:39:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-28 14:39:28 +0000 |
commit | e6effba7806bea7aa54c6329c81057e15fc2f5ff (patch) | |
tree | f5b96e469892085b39460ca866e7c79b79d96fc6 /modules/system/system.module | |
parent | d5012c1c8fe5ef0fdb427553fdb6cc2c6fd78ba8 (diff) | |
download | brdo-e6effba7806bea7aa54c6329c81057e15fc2f5ff.tar.gz brdo-e6effba7806bea7aa54c6329c81057e15fc2f5ff.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 93ef1263c..4011ed802 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 beta 2'); +define('VERSION', '5.0-dev'); /** * Implementation of hook_help(). |