Skip to content

Commit

Permalink
zcash v2.0.0 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
kozyilmaz committed Aug 17, 2018
1 parent 354c4ce commit 5056aff
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=v2.0.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 5056aff

Please sign in to comment.