Add database log adapter

This commit is contained in:
Unknown 2014-06-20 00:25:23 -04:00
parent f147ad619a
commit 6c8d630bef
6 changed files with 239 additions and 231 deletions

View file

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