Skip to content

Commit

Permalink
Updating version numbers to 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 20, 2011
1 parent 8eb8f53 commit 9213495
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cake/VERSION.txt
@@ -1 +1 @@
1.2.9
1.2.10
2 changes: 1 addition & 1 deletion cake/config/config.php
Expand Up @@ -21,5 +21,5 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
return $config['Cake.version'] = '1.2.9';
return $config['Cake.version'] = '1.2.10';
?>
2 changes: 1 addition & 1 deletion cake/libs/view/pages/home.ctp
Expand Up @@ -25,7 +25,7 @@ if (Configure::read() == 0):
endif;
?>
<h2><?php echo sprintf(__('Release Notes for CakePHP %s.', true), Configure::version()); ?></h2>
<a href="http://cakephp.org/changelogs/1.2.9"><?php __('Read the changelog'); ?> </a>
<a href="http://cakephp.org/changelogs/1.2.10"><?php __('Read the changelog'); ?> </a>
<?php
if (Configure::read() > 0):
Debugger::checkSessionKey();
Expand Down

0 comments on commit 9213495

Please sign in to comment.