Finish new install page, almost ready for 0.5 release

This commit is contained in:
Unknwon 2014-09-07 19:02:58 -04:00
parent ab7206d6b7
commit 0ddb1eb769
11 changed files with 424 additions and 315 deletions

View file

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