Finish create repo

This commit is contained in:
Unknown 2014-03-11 01:32:36 -04:00
parent e9b71c88d7
commit fdc4151ff3
11 changed files with 271 additions and 27 deletions

View file

@ -20,7 +20,7 @@ import (
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
const go11tag = true
const APP_VER = "0.0.3.0311"
const APP_VER = "0.0.4.0311"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())