Skip to content

Commit

Permalink
fixing up versions numbers in 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gwoo committed May 1, 2009
1 parent d4003c1 commit 1f7eb18
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 19 deletions.
28 changes: 20 additions & 8 deletions cake/VERSION.txt
@@ -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
19 changes: 8 additions & 11 deletions cake/config/config.php
@@ -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';
?> ?>

0 comments on commit 1f7eb18

Please sign in to comment.