prepare for next release.

This commit is contained in:
qiang.xue
2010-05-02 02:18:39 +00:00
parent df2b2fa124
commit 39cf99ba26
3 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
Yii Framework Change Log
========================
Version 1.1.3 to be released
----------------------------
Version 1.1.2 May 2, 2010
-------------------------
- Bug #676, 891: merging criterias with parameters is impossible (Sam Dark)

View File

@@ -1,5 +1,5 @@
Upgrading Instructions for Yii Framework v1.1.2
Upgrading Instructions for Yii Framework v1.1.3
===============================================
!!!IMPORTANT!!!
@@ -9,6 +9,9 @@ if you want to upgrade from version A to version C and there is
version B between A and C, you need to following the instructions
for both A and B.
Upgrading from v1.1.2
---------------------
Upgrading from v1.1.1
---------------------

View File

@@ -68,7 +68,7 @@ class YiiBase
*/
public static function getVersion()
{
return '1.1.2';
return '1.1.3-dev';
}
/**