mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
build: set submodule to v0.16.0.1
This commit is contained in:
parent
0b2e74cdb5
commit
34439af67e
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
|
||||||
fi
|
fi
|
||||||
git submodule update --remote
|
git submodule update --remote
|
||||||
git -C $MONERO_DIR fetch
|
git -C $MONERO_DIR fetch
|
||||||
git -C $MONERO_DIR checkout v0.16.0.0
|
git -C $MONERO_DIR checkout v0.16.0.1
|
||||||
|
|
||||||
# get monero core tag
|
# get monero core tag
|
||||||
pushd $MONERO_DIR
|
pushd $MONERO_DIR
|
||||||
|
|
2
monero
2
monero
|
@ -1 +1 @@
|
||||||
Subproject commit 992b7ce30fa101f55314b89aa5bdf20881f5b43d
|
Subproject commit a498a1b4ce432941dee47d74c7e05bf87acd3ad6
|
Loading…
Reference in a new issue