diff --git a/cake/config/config.php b/cake/config/config.php index 24718485bc5..baecc26dea9 100644 --- a/cake/config/config.php +++ b/cake/config/config.php @@ -22,5 +22,5 @@ * @lastmodified $Date$ * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ -return $config['Cake.version'] = '1.2.4.8284'; -?> \ No newline at end of file +return $config['Cake.version'] = '1.2.5'; +?>