diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-09-02 08:02:05 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-09-02 08:02:05 +0000 |
commit | 11fb451f13fd960344bd3ee545f2489047a4d164 (patch) | |
tree | 87be8ddbeabdef6fdf9c1d402a13c73c9e558fbb | |
parent | 31bf3df7a5095c2fb4f1980033708140d4790273 (diff) | |
download | brdo-11fb451f13fd960344bd3ee545f2489047a4d164.tar.gz brdo-11fb451f13fd960344bd3ee545f2489047a4d164.tar.bz2 |
- This feels good.
-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 8c32d188b..b10bdb949 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', '4.8.0 dev'); +define('VERSION', '5.0.0 dev'); /** * Implementation of hook_help(). |