commit | 300f3c4913188c1c40b8ff91235e50d886c0d7ed | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Mon Jun 02 08:48:20 2014 +1000 |
committer | Andrew Gerrand <adg@golang.org> | Mon Jun 02 08:48:20 2014 +1000 |
tree | 688470a5b872347b842a1e17fe32d2a5b5372ba5 | |
parent | 189a6494ee5912f7add466bff9e7afbe960a6a2e [diff] |
cmd/dist: only use beta tag in version string for the exact revision Right now, any revision on the default branch after go1.3beta2 is described by "go verson" as go1.3beta2 plus some revision. That's OK for now, but once go1.3 is released, that will seem wrong. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/98650046