build: prepare v0.16.0.3

This commit is contained in:
selsta
2020-08-05 14:24:27 +02:00
parent 7eeda0a8f0
commit 9ce88c6aeb
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
fi
git submodule update --remote
git -C $MONERO_DIR fetch
git -C $MONERO_DIR checkout v0.16.0.1
git -C $MONERO_DIR checkout v0.16.0.3
# get monero core tag
pushd $MONERO_DIR