]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: new version for string for development branch
authorRuss Cox <rsc@golang.org>
Tue, 25 Sep 2012 01:35:20 +0000 (21:35 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 25 Sep 2012 01:35:20 +0000 (21:35 -0400)
commit5c4e2570c1704dde8ca5fbd965fe78e1c32853c0
tree24566a5af833f665a9503d9be9dca69fe761ff1c
parent10ea6519e4e61d47385ca7b7f60ca96856271de7
cmd/dist: new version for string for development branch

Remove VERSION, which was forcing version to 'devel'.

Old:
$ go version
go version devel

New:
$ go version
go version devel +0a3866d6cc6b Mon Sep 24 20:08:05 2012 -0400

The date and time (and time zone) is that of the most recent commit,
not the time of the build itself. With some effort we could normalize
the zone, but I don't think it's worth the effort (more C coding,
since Mercurial is unhelpful).

R=r, dsymonds
CC=golang-dev
https://golang.org/cl/6569049
VERSION [deleted file]
src/cmd/api/goapi.go
src/cmd/dist/build.c