Add go get meta support

This commit is contained in:
Unknown 2014-04-09 21:42:25 -04:00
parent 3487f17285
commit 5d4025cb5a
13 changed files with 62 additions and 7 deletions

View file

@ -19,7 +19,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
const APP_VER = "0.2.2.0409 Alpha"
const APP_VER = "0.2.3.0409 Alpha"
func init() {
base.AppVer = APP_VER