Merge remote-tracking branch 'origin/master' into ev/rt

This commit is contained in:
Ev Kontsevoy 2016-06-29 20:10:57 -07:00
commit 8e1acd1fca
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Naming convention:
# for stable releases we use "1.0.0" format
# for pre-releases, we use "1.0.0-beta.2" format
VERSION=1.0.0
VERSION=1.0.1-beta.1
# These are standard autotools variables, don't change them please
BUILDDIR ?= build

View file

@ -2,7 +2,7 @@
package teleport
const (
Version = "1.0.0"
Version = "1.0.1-beta.1"
)
var Gitref string

View file

@ -16,5 +16,5 @@ func init() { Gitref = \"$(GITREF)\"} "
#
.PHONY:setver
setver:
@echo $(VERSION_GO) | gofmt > version.go
@echo $(GITREF_GO) | gofmt > gitref.go
@printf $(VERSION_GO) | gofmt > version.go
@printf $(GITREF_GO) | gofmt > gitref.go