This commit is contained in:
Braydon Fuller 2015-11-09 12:26:35 -05:00
parent f14810698c
commit b847e24085
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v0.11.1
v0.11.1-big-blocks

View File

@ -136,7 +136,7 @@ apply the current patch from "${root_dir}"/etc/bitcoin.patch? (y/N): "
echo "attempting to checkout tag: ${tag} of bitcoin from github..."
cd "${root_dir}" || exit -1
#versions of git prior to 2.x will not clone correctly with --branch
git clone --depth 1 https://github.com/bitcoin/bitcoin.git libbitcoind
git clone --depth 1 https://github.com/bitpay/bitcoin.git libbitcoind
cd "${btc_dir}" || exit -1
git fetch --tags
git checkout "${tag}"