1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-04 17:47:19 +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())