Commit 3822ffd1 by Qiang Xue

prepare for next release.

parent b0018e36
......@@ -12,7 +12,7 @@
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "alpha",
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
......
......@@ -12,7 +12,7 @@
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "alpha",
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
......
......@@ -15,7 +15,7 @@
"config": {
"vendor-dir": "protected/vendor"
},
"minimum-stability": "alpha",
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*"
......
Yii Framework 2 Change Log
==========================
2.0 alpha, December 1, 2013
2.0.0 beta under development
----------------------------
2.0.0 alpha, December 1, 2013
---------------------------
- Initial release.
......@@ -104,7 +104,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.0-alpha';
return '2.0.0-dev';
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment