]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: only use beta tag in version string for the exact revision
authorAndrew Gerrand <adg@golang.org>
Sun, 1 Jun 2014 22:48:20 +0000 (08:48 +1000)
committerAndrew Gerrand <adg@golang.org>
Sun, 1 Jun 2014 22:48:20 +0000 (08:48 +1000)
commit300f3c4913188c1c40b8ff91235e50d886c0d7ed
tree688470a5b872347b842a1e17fe32d2a5b5372ba5
parent189a6494ee5912f7add466bff9e7afbe960a6a2e
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
src/cmd/dist/build.c