• 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
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...