Skip to content

Commit

Permalink
Merge pull request #3035
Browse files Browse the repository at this point in the history
9ce88c6 build: prepare v0.16.0.3 (selsta)
  • Loading branch information
luigi1111 committed Aug 9, 2020
2 parents 7eeda0a + 9ce88c6 commit fad8dab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")

set(VERSION_MAJOR "16")
set(VERSION_MINOR "0")
set(VERSION_REVISION "2")
set(VERSION_REVISION "3")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")

option(STATIC "Link libraries statically, requires static Qt")
Expand Down
2 changes: 1 addition & 1 deletion get_libwallet_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 v0.16.0.1
git -C $MONERO_DIR checkout v0.16.0.3

# get monero core tag
pushd $MONERO_DIR
Expand Down

0 comments on commit fad8dab

Please sign in to comment.