update version to v0.4.0 RC1

This commit is contained in:
Nash Tsai 2014-04-17 23:43:57 +08:00
parent 1b3785471f
commit ede19553c7
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
xorm v0.4.0 M1
xorm v0.4.0 RC1

View File

@ -1,6 +1,6 @@
## Changelog
* **v0.4.0 M1**
* **v0.4.0 RC1**
Changes:
* moved xorm cmd to [github.com/go-xorm/cmd](github.com/go-xorm/cmd)
* refactored general DB operation a core lib at [github.com/go-xorm/core](https://github.com/go-xorm/core)

View File

@ -1,6 +1,6 @@
## 更新日志
* **v0.4.0 M1**
* **v0.4.0 RC1**
新特性:
*移动xorm cmd [github.com/go-xorm/cmd](github.com/go-xorm/cmd)
*在重构一般DB操作核心库 [github.com/go-xorm/core](https://github.com/go-xorm/core)