Mirror fix

This commit is contained in:
Unknown 2014-03-24 07:36:38 -04:00
parent d44c44987f
commit 59bbddb318
8 changed files with 19 additions and 11 deletions

View file

@ -20,7 +20,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.1.7.0323.1"
const APP_VER = "0.1.7.0324"
func init() {
base.AppVer = APP_VER