Skip to content

Commit

Permalink
checkout monero-cpp v0.5.2 and monero-project with pr 7321
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Mar 10, 2021
1 parent 2f9127f commit 68b942d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bin/update_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ git submodule update --init --recursive

# update monero-cpp
cd ./external/monero-cpp
git checkout master
git pull --ff-only origin master
git checkout tags/v0.5.2
git pull --ff-only origin tags/v0.5.2

# update monero-project
cd ./external/monero-project
git checkout master
git pull --ff-only origin master
git checkout tags/pr_7321
git pull --ff-only origin tags/pr_7321
cd ../../../../
2 changes: 1 addition & 1 deletion external/monero-cpp

0 comments on commit 68b942d

Please sign in to comment.