You are here

constant VERSION in Drupal 6

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

The current system version.

4 uses of VERSION
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');