Skip to content

Commit

Permalink
Updated vesion numbers to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant authored and markstory committed Apr 29, 2010
1 parent 4efb07b commit 2420bce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cake/VERSION.txt
Expand Up @@ -18,4 +18,5 @@
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
// +--------------------------------------------------------------------------------------------+ //
////////////////////////////////////////////////////////////////////////////////////////////////////
1.3.0-RC4
1.3.0

2 changes: 1 addition & 1 deletion cake/config/config.php
Expand Up @@ -17,5 +17,5 @@
* @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.0-RC4';
return $config['Cake.version'] = '1.3.0';
?>
4 changes: 2 additions & 2 deletions cake/libs/view/pages/home.ctp
Expand Up @@ -20,8 +20,8 @@ if (Configure::read() == 0):
$this->cakeError('error404');
endif;
?>
<h2><?php echo sprintf(__('Release Notes for CakePHP %s.'), Configure::version()); ?></h2>
<a href="http://cakephp.lighthouseapp.com/projects/42648/changelog-1-3-0-RC4"><?php __('Read the changelog'); ?> </a>
<h2><?php echo sprintf(__('Release Notes for CakePHP %s.', true), Configure::version()); ?></h2>
<a href="http://cakephp.lighthouseapp.com/projects/42648/changelog-1-3-0"><?php __('Read the changelog'); ?> </a>
<?php
if (Configure::read() > 0):
Debugger::checkSecurityKeys();
Expand Down

0 comments on commit 2420bce

Please sign in to comment.