constant VERSION

  1. 7.x drupal-7.x/includes/bootstrap.inc VERSION
  2. 6.x drupal-6.x/modules/system/system.module VERSION

The current system version.

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

File

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

Code

define('VERSION', '6.31-dev')