templates/ng/base: change year to 2015, fix #928

- conf/locale: update Japanese locale
This commit is contained in:
Unknwon 2015-02-09 11:04:17 -05:00
parent b61ef40406
commit 7d3932b9cd
4 changed files with 5 additions and 5 deletions

View file

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