diff --git a/CMakeLists.txt b/CMakeLists.txt index 75e18f7..8060e7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,6 @@ set(LIBRARIES common mnemonics epee - easylogging ${Boost_LIBRARIES} pthread unbound diff --git a/README.md b/README.md index 58a7e28..748ad42 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ git clone https://github.com/monero-project/monero cd monero/ # checkout last monero version -git checkout -b v0.10.3.1 +git checkout -b last_release v0.10.3.1 make ```