Search code examples
cakephpcakephp-1.2

Version numbers for CakePHP


I have inherited code from old contractors overseas. The cakephp version I see is:

CakePHP v 0.2.9

Where does this fit in? Does it predate 1.0 or is this some 2.0 convention?


Solution

  • Simplest way to find current version is

    echo Configure::version();