]> Cypherpunks repositories - gostls13.git/commit
runtime: keep build version around in binaries
authorKeith Randall <khr@golang.org>
Tue, 22 Jul 2014 03:52:11 +0000 (20:52 -0700)
committerKeith Randall <khr@golang.org>
Tue, 22 Jul 2014 03:52:11 +0000 (20:52 -0700)
commit76f1b901dba2aa68c1e9e9a7e073287d4f293a53
tree151f28d33860ad4a13e49863b4ea80180b20b6b2
parentd9079cc88346ea08ca65166447184513f0566d98
runtime: keep build version around in binaries

So we can tell from a binary which version of
Go built it.

LGTM=minux, rsc
R=golang-codereviews, minux, khr, rsc, dave
CC=golang-codereviews
https://golang.org/cl/117040043
src/cmd/dist/buildruntime.c
src/pkg/runtime/proc.c