diff --git a/cake/VERSION.txt b/cake/VERSION.txt index 90bd8f82d..3157f1e00 100644 --- a/cake/VERSION.txt +++ b/cake/VERSION.txt @@ -17,7 +17,8 @@ // @license MIT License (http://www.opensource.org/licenses/mit-license.php) // +--------------------------------------------------------------------------------------------+ // //////////////////////////////////////////////////////////////////////////////////////////////////// -1.3.6 +2.0.0-dev + diff --git a/cake/config/config.php b/cake/config/config.php index 30b6e24d1..906fa844a 100644 --- a/cake/config/config.php +++ b/cake/config/config.php @@ -16,4 +16,4 @@ * @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.6'; +return $config['Cake.version'] = '2.0.0-dev';