From bb127744afc3aac86b9a726af28c495a9d56ad58 Mon Sep 17 00:00:00 2001 From: dEBRUYNE-1 Date: Mon, 2 Apr 2018 21:35:28 +0200 Subject: [PATCH] Submodule: use v0.12 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..d71cb0ca 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.0.0 # get monero core tag get_tag