浏览代码

Updating version numbers for 2.0.0-dev

mark_story 15 年之前
父节点
当前提交
be963385dc
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 1
      cake/VERSION.txt
  2. 1 1
      cake/config/config.php

+ 2 - 1
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
+
 
 
 

+ 1 - 1
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';