Add create organization

This commit is contained in:
Unknown 2014-06-25 00:44:48 -04:00
parent b2801a2e98
commit e0f9c628c5
24 changed files with 438 additions and 197 deletions

View file

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