From a412ab7b80b29e02b0dd3ad6b7e1eb25c4abfb10 Mon Sep 17 00:00:00 2001 From: dEBRUYNE-1 Date: Sun, 27 May 2018 13:05:50 +0200 Subject: [PATCH] Submodule: use v0.12.1.0 tag instead of branch --- get_libwallet_api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 37914e6d..eeda9581 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 release-v0.12 +git -C $MONERO_DIR checkout v0.12.1.0 # get monero core tag get_tag