Use constants to name template file

This commit is contained in:
Unknown 2014-06-22 23:11:12 -04:00
parent 9c82073091
commit 314193029a
16 changed files with 226 additions and 134 deletions

View file

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