Updating version numbers

This commit is contained in:
Jose Lorenzo Rodriguez 2011-07-26 13:16:14 -04:30
parent 9602de8f88
commit c73ae84c70
3 changed files with 4 additions and 3 deletions

View file

@ -18,5 +18,6 @@
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
// +--------------------------------------------------------------------------------------------+ //
////////////////////////////////////////////////////////////////////////////////////////////////////
1.3.10
1.3.11

View file

@ -17,4 +17,4 @@
* @since CakePHP(tm) v 1.1.11.4062
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
return $config['Cake.version'] = '1.3.10';
return $config['Cake.version'] = '1.3.11';

View file

@ -24,7 +24,7 @@ endif;
<p>For updates and important announcements, visit http://cakefest.org</p>
</iframe>
<h2><?php echo sprintf(__('Release Notes for CakePHP %s.', true), Configure::version()); ?></h2>
<a href="http://cakephp.org/changelogs/1.3.10"><?php __('Read the changelog'); ?> </a>
<a href="http://cakephp.org/changelogs/1.3.11"><?php __('Read the changelog'); ?> </a>
<?php
if (Configure::read() > 0):
Debugger::checkSecurityKeys();