diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-10-02 11:36:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-10-02 11:36:17 +0000 |
commit | 23d0f350ab94208cb0e5f7a3d03e8d491c28b60d (patch) | |
tree | 6abd2367439137664de2ebeebe0bf9cab4883384 /modules | |
parent | 241cb08d830c94ee2160a09be93eb3ee2391a302 (diff) | |
download | brdo-23d0f350ab94208cb0e5f7a3d03e8d491c28b60d.tar.gz brdo-23d0f350ab94208cb0e5f7a3d03e8d491c28b60d.tar.bz2 |
- Patch #86591 by dww: 5.0.0 -> 5.0
Diffstat (limited to 'modules')
-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 a73f69e15..61f523bd9 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.0 dev'); +define('VERSION', '5.0 dev'); /** * Implementation of hook_help(). |