aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-20 16:04:56 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-20 16:04:56 -0400
commit06631ab91f5d84b48d6f71ac8eaf4df740ba0282 (patch)
tree8bfcccc57550c016b90a73fc57cc24942d508096 /gogs.go
parent686348974b1a1f6f11cab5244df2362f99e0a124 (diff)
Basic admin data table, models changes
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/gogs.go b/gogs.go
index a600c53d..a9f7e6b5 100644
--- a/gogs.go
+++ b/gogs.go
@@ -15,12 +15,12 @@ import (
"github.com/gogits/gogs/modules/base"
)
-// +build go1.1
+// +build go1.2
-// Test that go1.1 tag above is included in builds. main.go refers to this definition.
-const go11tag = true
+// Test that go1.2 tag above is included in builds. main.go refers to this definition.
+const go12tag = true
-const APP_VER = "0.1.3.0320.1"
+const APP_VER = "0.1.4.0321"
func init() {
base.AppVer = APP_VER