modules/base: fix markdown mention regex for #826

- conf/locale: add mew translator profile
This commit is contained in:
Unknwon 2015-02-06 19:15:58 -05:00
parent ddddad9792
commit 0669897226
6 changed files with 86 additions and 82 deletions

View file

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