Skip to content

Commit

Permalink
[CHAINTOOL] Upgrade to v0.9.1
Browse files Browse the repository at this point in the history
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 <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Sep 21, 2016
1 parent f28d3d6 commit d4d04e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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),\
Expand Down

0 comments on commit d4d04e9

Please sign in to comment.