summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-09-02 08:02:05 +0000
committerDries Buytaert <dries@buytaert.net>2006-09-02 08:02:05 +0000
commit11fb451f13fd960344bd3ee545f2489047a4d164 (patch)
tree87be8ddbeabdef6fdf9c1d402a13c73c9e558fbb
parent31bf3df7a5095c2fb4f1980033708140d4790273 (diff)
downloadbrdo-11fb451f13fd960344bd3ee545f2489047a4d164.tar.gz
brdo-11fb451f13fd960344bd3ee545f2489047a4d164.tar.bz2
- This feels good.
-rw-r--r--modules/system/system.module2
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().