fixing up versions numbers in 1.3

This commit is contained in:
gwoo 2009-05-01 11:17:53 -07:00
parent d4003c17c4
commit 1f7eb18107
2 changed files with 28 additions and 19 deletions

View file

@ -1,9 +1,21 @@
/////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
// +---------------------------------------------------------------------------------------------------+ // // +--------------------------------------------------------------------------------------------+ // // CakePHP Version
// + $Id$ //
// + Last Modified: $Date$ // Holds a static string representing the current version of CakePHP
// + Modified By: $LastChangedBy$ //
// +---------------------------------------------------------------------------------------------------+ // // CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
/////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright 2005-2009, 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)
// @link http://cakephp.org
// @package cake
// @subpackage cake.cake.libs
// @since CakePHP(tm) v 0.2.9
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
// +--------------------------------------------------------------------------------------------+ //
////////////////////////////////////////////////////////////////////////////////////////////////////
1.2.2.8120 1.3.0.0

View file

@ -1,26 +1,23 @@
<?php <?php
/* SVN FILE: $Id$ */
/** /**
* Core Configurations. * Core Configurations.
* *
* Holds configurations used by CakePHP
*
* PHP versions 4 and 5 * PHP versions 4 and 5
* *
* CakePHP(tm) : Rapid Development Framework (http://www.cakephp.org) * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org) * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org)
* *
* Licensed under The MIT License * Licensed under The MIT License
* Redistributions of files must retain the above copyright notice. * Redistributions of files must retain the above copyright notice.
* *
* @filesource * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @copyright Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org) * @link http://cakephp.org
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
* @package cake * @package cake
* @subpackage cake.app.config * @subpackage cake.app.config
* @since CakePHP(tm) v 1.1.11.4062 * @since CakePHP(tm) v 1.1.11.4062
* @version $Revision$ * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/ */
return $config['Cake.version'] = '1.3.0'; return $config['Cake.version'] = '1.3.0.0';
?> ?>