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

The current system version.

7 uses of VERSION
AdminMetaTagTestCase::testMetaTag in modules/system/system.test
Verify that the meta tag HTML is generated correctly.
announcements_feed_is_relevant_item in modules/announcements_feed/announcements_feed.inc
Check whether the version given is relevant to the Drupal version used.
hook_requirements in modules/system/system.api.php
Check installation requirements and do status reporting.
locale in modules/locale/locale.module
Provides interface translation services.
system_library in modules/system/system.module
Implements hook_library().

... See full list

File

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

Code

define('VERSION', '7.101-dev');