• Russ Cox's avatar
    cmd/dist: new version for string for development branch · 5c4e2570
    Russ Cox authored
    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
    5c4e2570
Name
Last commit
Last update
..
README Loading commit data...
a.h Loading commit data...
arg.h Loading commit data...
buf.c Loading commit data...
build.c Loading commit data...
buildgc.c Loading commit data...
buildruntime.c Loading commit data...
goc2c.c Loading commit data...
main.c Loading commit data...
plan9.c Loading commit data...
unix.c Loading commit data...
windows.c Loading commit data...