Version numbers for CakePHP

cakephp, cakephp-1.2

Solution

Simplest way to find current version is

echo Configure::version();

Problem

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?

Original source