Merge remote-tracking branch 'upstream/3.0-rc' into HEAD

This commit is contained in:
David Bennett
2017-02-17 10:13:35 -06:00
2 changed files with 3 additions and 1 deletions

View File

@@ -39,4 +39,6 @@ bin/pt-table-usage
bin/pt-upgrade
bin/pt-variable-advisor
bin/pt-visual-explain
bin/pt-mongodb-query-digest
bin/pt-mongodb-summary
docs/percona-toolkit.pod

View File

@@ -1,6 +1,6 @@
GO := go
pkgs = $(shell find . -type d -name "pt-mongodb*" -exec basename {} \;)
VERSION=$(shell git describe --tags)
VERSION="3.0.1"
BUILD=$(shell date +%FT%T%z)
GOVERSION=$(shell go version | cut --delimiter=" " -f3)