IP: RC Code Review

This commit is contained in:
Unknown 2014-03-27 15:24:11 -04:00
parent 6b43067e1b
commit f76eb8a666
8 changed files with 42 additions and 71 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.1.8.0327 Alpha"
const APP_VER = "0.1.9.0327 Alpha"
func init() {
base.AppVer = APP_VER