diff --git a/lib/Cake/Config/config.php b/lib/Cake/Config/config.php index adea7065d..362222f5c 100644 --- a/lib/Cake/Config/config.php +++ b/lib/Cake/Config/config.php @@ -16,4 +16,4 @@ * @since CakePHP(tm) v 1.1.11.4062 * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ -return $config['Cake.version'] = '2.0.0-RC3'; +return $config['Cake.version'] = '2.0.0'; diff --git a/lib/Cake/VERSION.txt b/lib/Cake/VERSION.txt index 7b951c28a..604b280cf 100644 --- a/lib/Cake/VERSION.txt +++ b/lib/Cake/VERSION.txt @@ -17,5 +17,6 @@ // @license MIT License (http://www.opensource.org/licenses/mit-license.php) // +--------------------------------------------------------------------------------------------+ // //////////////////////////////////////////////////////////////////////////////////////////////////// -2.0.0-RC3 +2.0.0 + diff --git a/lib/Cake/View/Pages/home.ctp b/lib/Cake/View/Pages/home.ctp index d6737469d..4a2ac0dab 100644 --- a/lib/Cake/View/Pages/home.ctp +++ b/lib/Cake/View/Pages/home.ctp @@ -24,7 +24,7 @@ App::uses('Debugger', 'Utility');
For updates and important announcements, visit http://cakefest.org
- + 0): Debugger::checkSecurityKeys();