Updating version number in core config

This commit is contained in:
nate 2009-01-20 14:06:00 -05:00
parent 9f83e96fb9
commit b6fed414e8

View file

@ -22,5 +22,5 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
return $config['Cake.version'] = '1.2.1.8004';
return $config['Cake.version'] = '1.3.0';
?>