Skip to content

Commit

Permalink
Updating version numbers for 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 14, 2010
1 parent 76a80c2 commit 4c33375
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cake/VERSION.txt
Expand Up @@ -18,7 +18,8 @@
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
// +--------------------------------------------------------------------------------------------+ //
////////////////////////////////////////////////////////////////////////////////////////////////////
1.3.5
1.3.6




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

0 comments on commit 4c33375

Please sign in to comment.