fix #1572 fix file histrory paging issue

This commit is contained in:
Unknwon 2015-11-10 16:46:17 -05:00
parent 2db785b3ed
commit 3b62a0fe0e
6 changed files with 23 additions and 69 deletions

View file

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