Skip to content

Commit

Permalink
Merge pull request #841
Browse files Browse the repository at this point in the history
2bc86d1 monero submodule: use release-v0.11.0.0 branch (Jaquee)
  • Loading branch information
fluffypony committed Sep 4, 2017
2 parents 56868c0 + 2bc86d1 commit 4c75fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_libwallet_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if [ ! -d $MONERO_DIR/src ]; then
git submodule init monero
fi
git submodule update --remote
# git -C $MONERO_DIR fetch --tags
# git -C $MONERO_DIR checkout v0.10.3.1
git -C $MONERO_DIR fetch
git -C $MONERO_DIR checkout release-v0.11.0.0

# get monero core tag
get_tag
Expand Down

0 comments on commit 4c75fe4

Please sign in to comment.