1
0
mirror of https://github.com/golang/go synced 2024-11-14 20:10:30 -07:00
Commit Graph

7 Commits

Author SHA1 Message Date
Andrew Gerrand
402d3590b5 go1.2
R=golang-dev
CC=golang-dev
https://golang.org/cl/34820044
2013-11-29 08:32:31 +11:00
Andrew Gerrand
4abdb873be go1.2rc5
R=dsymonds
CC=golang-dev
https://golang.org/cl/28140043
2013-11-18 12:44:03 +11:00
Andrew Gerrand
a5940dddba go1.2rc4
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/25420045
2013-11-13 15:29:48 +11:00
Andrew Gerrand
2eb51b1ba8 go1.2rc3
R=golang-dev, nigeltao
CC=golang-dev
https://golang.org/cl/19560047
2013-11-01 12:44:30 +11:00
Andrew Gerrand
309e16554a go1.2rc2 2013-10-18 13:53:33 +09:00
Russ Cox
5c4e2570c1 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
2012-09-24 21:35:20 -04:00
Rob Pike
5a297fa038 VERSION: check in a version file for the development branch
That way "go version" will talk about "devel" rather than weekly.2012-03-27

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6478061
2012-08-24 13:01:50 -07:00