Merge pull request #1226

4cfa813 Monero submodule: use release-v0.12 branch
This commit is contained in:
luigi1111 2018-03-31 05:21:47 -05:00
commit 47dc499413
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -16,8 +16,8 @@ if [ ! -d $MONERO_DIR/src ]; then
git submodule init monero
fi
git submodule update --remote
# git -C $MONERO_DIR fetch
# git -C $MONERO_DIR checkout release-v0.11.0.0
git -C $MONERO_DIR fetch
git -C $MONERO_DIR checkout release-v0.12
# get monero core tag
get_tag