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.

6 uses of VERSION
AdminMetaTagTestCase::testMetaTag in drupal-7.x/modules/system/system.test
Verify that the meta tag HTML is generated correctly.
hook_requirements in drupal-7.x/modules/system/system.api.php
Check installation requirements and do status reporting.
locale in drupal-7.x/modules/locale/locale.module
Provides interface translation services.
system_library in drupal-7.x/modules/system/system.module
Implements hook_library().
system_requirements in drupal-7.x/modules/system/system.install
Implements hook_requirements().

... See full list

File

drupal-7.x/includes/bootstrap.inc, line 11
Functions that need to be loaded on every Drupal request.

Code

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