You are here

constant CTOOLS_MODULE_VERSION in Chaos Tool Suite (ctools) 7

The current working ctools version.

In a release, it should be 7.x-1.x, which should match what drush make will create. In a dev format, it should be 7.x-1.(x+1)-dev, which will allow modules depending on new features in ctools to depend on ctools > 7.x-1.x.

To define a specific version of CTools as a dependency for another module, simply include a dependency line in that module's info file, e.g.: ; Requires CTools v7.x-1.4 or newer. dependencies[] = ctools (>=1.4)

Deprecated

in CTools 1.15 and will be removed before CTools 2.0.0. Use the version provided by the drupal.org packaging system.

File

./ctools.module, line 29
CTools primary module file.

Code

define('CTOOLS_MODULE_VERSION', '7.x-1.13');