Skip to content

Commit

Permalink
Updating version numbers to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 22, 2010
1 parent 96e636d commit 6d7a92d
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.7
1.2.8
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.7';
return $config['Cake.version'] = '1.2.8';
?>
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.lighthouseapp.com/projects/42648/changelog-1-2-7"><?php __('Read the changelog'); ?> </a>
<a href="http://cakephp.lighthouseapp.com/projects/42648/changelog-1-2-8"><?php __('Read the changelog'); ?> </a>
<?php
if (Configure::read() > 0):
Debugger::checkSessionKey();
Expand Down

0 comments on commit 6d7a92d

Please sign in to comment.