fix check template version

This commit is contained in:
Unknwon 2015-08-02 11:36:18 +08:00
parent 03011e31fe
commit cc0d963f75
3 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ type VerChecker struct {
// checkVersion checks if binary matches the version of templates files. // checkVersion checks if binary matches the version of templates files.
func checkVersion() { func checkVersion() {
// Templates. // Templates.
data, err := ioutil.ReadFile(path.Join(setting.StaticRootPath, "templates/.VERSION")) data, err := ioutil.ReadFile(setting.StaticRootPath + "/templates/.VERSION")
if err != nil { if err != nil {
log.Fatal(4, "Fail to read 'templates/.VERSION': %v", err) log.Fatal(4, "Fail to read 'templates/.VERSION': %v", err)
} }

View File

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

View File

@ -1 +1 @@
0.6.3.0801 Beta 0.6.3.0802 Beta