monero submodule: use release-v0.11.0.0 branch

This commit is contained in:
Jaquee 2017-08-27 22:21:43 +02:00
parent d0f3194574
commit 2bc86d1d9f

View file

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