1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

Finish all new admin pages.

This commit is contained in:
Unknwon
2014-08-30 20:49:51 +08:00
parent 66d51804c9
commit 9bc63bda7d
12 changed files with 469 additions and 331 deletions

View File

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