summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-11-02 10:57:29 -0500
committerUnknwon <joe2010xtmf@163.com>2014-11-02 10:57:29 -0500
commite9875edcade5992df68f0467c110f22affa2434a (patch)
tree48e264dc7d889493647830b8ac131aa9b6e93e73
parent7e2ea7639e9cc3f8673fe127fac47c074d4dd29f (diff)
downloadgitea-e9875edcade5992df68f0467c110f22affa2434a.tar.gz
gitea-e9875edcade5992df68f0467c110f22affa2434a.zip
Update gopmfile
-rw-r--r--.gopmfile4
-rw-r--r--gogs.go2
-rw-r--r--templates/.VERSION2
3 files changed, 4 insertions, 4 deletions
diff --git a/.gopmfile b/.gopmfile
index 8017a13820..656bc955fe 100644
--- a/.gopmfile
+++ b/.gopmfile
@@ -11,8 +11,8 @@ github.com/Unknwon/i18n =
github.com/Unknwon/macaron =
github.com/codegangsta/cli = commit:7381bc4e62
github.com/go-sql-driver/mysql = commit:8111ee3ec3
-github.com/go-xorm/core = commit:750aae0fa5
-github.com/go-xorm/xorm = commit:2d8b3135b1
+github.com/go-xorm/core =
+github.com/go-xorm/xorm =
github.com/gogits/gfm = commit:40f747a9c0
github.com/gogits/oauth2 = commit:99cbec870a
github.com/lib/pq = commit:b021d0ef20
diff --git a/gogs.go b/gogs.go
index 3f66c4361b..f46a7cd064 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.6.1027 Beta"
+const APP_VER = "0.5.6.1102 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/templates/.VERSION b/templates/.VERSION
index 151da6063b..c6d37157f5 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.5.6.1027 Beta \ No newline at end of file
+0.5.6.1102 Beta \ No newline at end of file