You are here

constant PANELS_VERSION in Panels 7.3

The current working panels version.

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

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

File

./panels.module, line 22
Core functionality for the Panels engine.

Code

define('PANELS_VERSION', '7.x-3.8');