Skip to content

Commit

Permalink
Updating version numbers to 2.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 26, 2011
1 parent 8c60e01 commit 402934f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Config/config.php
Expand Up @@ -16,4 +16,4 @@
* @since CakePHP(tm) v 1.1.11.4062
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
return $config['Cake.version'] = '2.0.0-alpha';
return $config['Cake.version'] = '2.0.0-beta';
2 changes: 1 addition & 1 deletion lib/Cake/VERSION.txt
Expand Up @@ -17,4 +17,4 @@
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
// +--------------------------------------------------------------------------------------------+ //
////////////////////////////////////////////////////////////////////////////////////////////////////
2.0.0-alpha
2.0.0-beta
2 changes: 1 addition & 1 deletion lib/Cake/View/Pages/home.ctp
Expand Up @@ -24,7 +24,7 @@ App::uses('Debugger', 'Utility');
<p>For updates and important announcements, visit http://cakefest.org</p>
</iframe>
<h2><?php echo __d('cake_dev', 'Release Notes for CakePHP %s.', Configure::version()); ?></h2>
<a href="http://cakephp.org/changelogs/2.0.0-alpha"><?php __d('cake_dev', 'Read the changelog'); ?> </a>
<a href="http://cakephp.org/changelogs/2.0.0-beta"><?php __d('cake_dev', 'Read the changelog'); ?> </a>
<?php
if (Configure::read('debug') > 0):
Debugger::checkSecurityKeys();
Expand Down

0 comments on commit 402934f

Please sign in to comment.