Skip to content

Commit

Permalink
prepare for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed May 10, 2015
1 parent cf0541f commit 8da1ebb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/controllers/ReleaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ protected function openChangelogs($version)
{
$headline = "\n$version under development\n";
$headline .= str_repeat('-', strlen($headline) - 2) . "\n\n";
$headline .= "- no changes in this release.\n";
foreach($this->getChangelogs() as $file) {
$lines = explode("\n", file_get_contents($file));
$hl = [
Expand Down
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.4';
return '2.0.5-dev';
}

/**
Expand Down
6 changes: 6 additions & 0 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Yii Framework 2 Change Log
==========================

2.0.5 under development
-----------------------

- no changes in this release.


2.0.4 May 10, 2015
------------------

Expand Down

0 comments on commit 8da1ebb

Please sign in to comment.