mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating version numbers to 1.3.0-RC3
This commit is contained in:
parent
17852ab3aa
commit
3f343e7874
3 changed files with 5 additions and 5 deletions
|
@ -5,12 +5,12 @@
|
|||
// Holds a static string representing the current version of CakePHP
|
||||
//
|
||||
// CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
// Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
// Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
//
|
||||
// Licensed under The MIT License
|
||||
// Redistributions of files must retain the above copyright notice.
|
||||
//
|
||||
// @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
// @copyright Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
// @link http://cakephp.org
|
||||
// @package cake
|
||||
// @subpackage cake.cake.libs
|
||||
|
@ -18,4 +18,4 @@
|
|||
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
// +--------------------------------------------------------------------------------------------+ //
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
1.3.0-RC2
|
||||
1.3.0-RC3
|
|
@ -17,5 +17,5 @@
|
|||
* @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.0-RC2';
|
||||
return $config['Cake.version'] = '1.3.0-RC3';
|
||||
?>
|
|
@ -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-0-RC2"><?php __('Read the changelog'); ?> </a>
|
||||
<a href="http://cakephp.lighthouseapp.com/projects/42648/changelog-1-3-0-RC3"><?php __('Read the changelog'); ?> </a>
|
||||
<?php
|
||||
if (Configure::read() > 0):
|
||||
Debugger::checkSecurityKeys();
|
||||
|
|
Loading…
Reference in a new issue