diff options
Diffstat (limited to 'modules/system.module')
-rw-r--r-- | modules/system.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/system.module b/modules/system.module index be43aace4..b7871d8a8 100644 --- a/modules/system.module +++ b/modules/system.module @@ -6,6 +6,8 @@ * Configuration system that lets administrators modify the workings of the site. */ +define('VERSION', '4.8.0 dev'); + /** * Implementation of hook_help(). */ |