Same name and namespace in other branches
  1. 4.7.x modules/system.module \VERSION
  2. 5.x modules/system/system.module \VERSION
  3. 7.x includes/bootstrap.inc \VERSION

The current system version.

5 uses of VERSION
hook_requirements in developer/hooks/install.php
Check installation requirements and do status reporting.
locale in modules/locale/locale.module
Provides interface translation services.
system_requirements in modules/system/system.install
Implementation of hook_requirements().
theme_system_modules in modules/system/system.admin.inc
Theme callback for the modules form.
theme_system_themes_form in modules/system/system.admin.inc
Theme function for the system themes form.

File

modules/system/system.module, line 11
Configuration system that lets administrators modify the workings of the site.

Code

define('VERSION', '6.38');