diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2007-01-15 12:03:50 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2007-01-15 12:03:50 +0000 |
commit | aeeed7f27f9033866cae5571a0922a1e8d828700 (patch) | |
tree | 6347e1c057be9fe3025fb4b57a80637aba41eca0 /modules/system/system.module | |
parent | b70e936d248535e20a37430f4ff7813fbb7120b9 (diff) | |
download | brdo-aeeed7f27f9033866cae5571a0922a1e8d828700.tar.gz brdo-aeeed7f27f9033866cae5571a0922a1e8d828700.tar.bz2 |
Version number
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 5213aec1e..629305d5d 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', '6.0-dev'); /** * Implementation of hook_help(). |