Merge branch 'master' of github.com:gogits/gogs into dev

Conflicts:
	dockerfiles/README.md
This commit is contained in:
Unknwon 2014-08-31 15:11:55 +08:00
commit 7e36bf448d
7 changed files with 47 additions and 7 deletions

View file

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