Browse Source

Releasing 2.0.2

Jose Lorenzo Rodriguez 14 years ago
parent
commit
606c30b77f
3 changed files with 3 additions and 6 deletions
  1. 1 1
      lib/Cake/Config/config.php
  2. 1 4
      lib/Cake/VERSION.txt
  3. 1 1
      lib/Cake/View/Pages/home.ctp

+ 1 - 1
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.1';
+return $config['Cake.version'] = '2.0.2';

+ 1 - 4
lib/Cake/VERSION.txt

@@ -17,7 +17,4 @@
 // @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 // +--------------------------------------------------------------------------------------------+ //
 ////////////////////////////////////////////////////////////////////////////////////////////////////
-2.0.1
-
-
-
+2.0.2

+ 1 - 1
lib/Cake/View/Pages/home.ctp

@@ -24,7 +24,7 @@ App::uses('Debugger', 'Utility');
 	<p>For updates and important announcements, visit http://cakefest.org</p>
 </iframe>
 <h2><?php echo __d('cake_dev', 'Release Notes for CakePHP %s.', Configure::version()); ?></h2>
-<a href="http://cakephp.org/changelogs/2.0.1"><?php __d('cake_dev', 'Read the changelog'); ?> </a>
+<a href="http://cakephp.org/changelogs/2.0.2"><?php __d('cake_dev', 'Read the changelog'); ?> </a>
 <?php
 if (Configure::read('debug') > 0):
 	Debugger::checkSecurityKeys();