fix #864 with migration and update locale

This commit is contained in:
Unknwon 2015-07-26 22:06:28 +08:00
parent 6f8e388b55
commit 686dd59916
19 changed files with 587 additions and 96 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.6.3.0725 Beta"
const APP_VER = "0.6.3.0726 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())