From 3fb74c2796faa2286868a95b73c77ed37a50971c Mon Sep 17 00:00:00 2001 From: phpnut Date: Mon, 25 Dec 2006 12:44:31 +0000 Subject: [PATCH] Updating version files for 1.2.x.x branch git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4206 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/VERSION.txt | 2 +- cake/config/config.php | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 cake/config/config.php 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