From: Rob Pike Date: Fri, 24 Aug 2012 20:01:50 +0000 (-0700) Subject: VERSION: check in a version file for the development branch X-Git-Tag: go1.1rc2~2587 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5a297fa03873e2696290590cc663390ee3b6287b;p=gostls13.git 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 --- diff --git a/VERSION b/VERSION new file mode 100644 index 0000000000..626e97d71d --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +devel \ No newline at end of file