Skip to content

Commit

Permalink
Marking 2.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 21, 2011
1 parent 85c505f commit bfcfa4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/VERSION.txt
Expand Up @@ -17,7 +17,7 @@
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
// +--------------------------------------------------------------------------------------------+ //
////////////////////////////////////////////////////////////////////////////////////////////////////
2.0.0-dev
2.0.0-alpha



Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/View/Pages/home.ctp
Expand Up @@ -21,7 +21,7 @@ endif;
App::uses('Debugger', 'Utility');
?>
<h2><?php echo __d('cake_dev', 'Release Notes for CakePHP %s.', Configure::version()); ?></h2>
<a href="http://cakephp.org/changelogs/1.3.6"><?php __d('cake_dev', 'Read the changelog'); ?> </a>
<a href="http://cakephp.org/changelogs/2.0.0-alpha"><?php __d('cake_dev', 'Read the changelog'); ?> </a>
<?php
if (Configure::read('debug') > 0):
Debugger::checkSecurityKeys();
Expand Down

0 comments on commit bfcfa4c

Please sign in to comment.