Skip to content

Commit

Permalink
Zcash version set to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kozyilmaz committed Apr 15, 2018
1 parent 06b4e0c commit e4b56f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target_name ?= zcash

include ../Makefile.build

ZCASH_VERSION=master
ZCASH_VERSION=v1.1.0

zcash_clone:
if [ ! -d "zcash_$(ZCASH_VERSION)" ]; then git clone -b $(ZCASH_VERSION) https://github.com/zcash/zcash.git zcash_$(ZCASH_VERSION); fi
Expand Down

0 comments on commit e4b56f8

Please sign in to comment.