diff --git a/cake/VERSION.txt b/cake/VERSION.txt index 8ea3b8c9d..bcf6240f0 100644 --- a/cake/VERSION.txt +++ b/cake/VERSION.txt @@ -6,4 +6,4 @@ // +---------------------------------------------------------------------------------------------------+ // /////////////////////////////////////////////////////////////////////////////////////////////////////////// -1.2.0.3268 \ No newline at end of file +1.2.0.4206 \ No newline at end of file diff --git a/cake/config/config.php b/cake/config/config.php new file mode 100644 index 000000000..59e456195 --- /dev/null +++ b/cake/config/config.php @@ -0,0 +1,28 @@ + + * Copyright (c) 2006, Cake Software Foundation, Inc. + * 1785 E. Sahara Avenue, Suite 490-204 + * Las Vegas, Nevada 89104 + * + * Licensed under The MIT License + * Redistributions of files must retain the above copyright notice. + * + * @filesource + * @copyright Copyright (c) 2006, Cake Software Foundation, Inc. + * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project + * @package cake + * @subpackage cake.app.config + * @since CakePHP v 1.1.11.4062 + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ + * @license http://www.opensource.org/licenses/mit-license.php The MIT License + */ +$config['Cake.version'] = '1.2.0.4206'; +?> \ No newline at end of file