Minor fixes for #2745

This commit is contained in:
Unknwon 2016-03-03 23:24:22 -05:00
parent 1cbc5b49e3
commit 260723e2cc
8 changed files with 921 additions and 708 deletions

View file

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