diff options
| author | selsta <selsta@sent.at> | 2019-11-13 15:45:42 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-11-13 15:45:42 +0100 |
| commit | 5a65d28d29dd79fc22376ab73f8cc43a415fec5d (patch) | |
| tree | 43bc09d7848ad571835ac996738a504f09447f8b | |
| parent | 7f7a39292c57f9b51090005d8a8e39297d988e0b (diff) | |
| download | monzero-gui-5a65d28d29dd79fc22376ab73f8cc43a415fec5d.tar.gz monzero-gui-5a65d28d29dd79fc22376ab73f8cc43a415fec5d.tar.xz monzero-gui-5a65d28d29dd79fc22376ab73f8cc43a415fec5d.zip | |
build: set submodule to v0.15.0.1
| -rwxr-xr-x | get_libwallet_api.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 965bba2e..c5f34f82 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -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.15.0.0 +git -C $MONERO_DIR checkout v0.15.0.1 # get monero core tag pushd $MONERO_DIR |
