From d4d04e914a09380c6abc7d6ed1ca41c300c05712 Mon Sep 17 00:00:00 2001 From: Gregory Haskins Date: Wed, 21 Sep 2016 15:46:43 -0400 Subject: [PATCH] [CHAINTOOL] Upgrade to v0.9.1 This release fixes issue #28 and is required for supporting the power platform. https://github.com/hyperledger/fabric-chaintool/issues/28 Change-Id: I6d43cda5dcd88f26d4502b600adaf423d4df0cda Signed-off-by: Gregory Haskins --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c87394eb171..1bdf1ec7ced 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ PKGNAME = github.com/$(PROJECT_NAME) GO_LDFLAGS = -X github.com/hyperledger/fabric/metadata.Version=$(PROJECT_VERSION) CGO_FLAGS = CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy" UID = $(shell id -u) -CHAINTOOL_RELEASE=v0.9.0 +CHAINTOOL_RELEASE=v0.9.1 EXECUTABLES = go docker git curl K := $(foreach exec,$(EXECUTABLES),\