Merge pull request #3153

701f063 build: prepare v0.17.1.0 (selsta)
This commit is contained in:
luigi1111
2020-10-13 12:41:38 -05:00
3 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@ project(monero-gui)
message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
set(VERSION_MAJOR "17")
set(VERSION_MINOR "0")
set(VERSION_REVISION "1")
set(VERSION_MINOR "1")
set(VERSION_REVISION "0")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
option(STATIC "Link libraries statically, requires static Qt")

View File

@@ -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.17.0.1
git -C $MONERO_DIR checkout v0.17.1.0
# get monero core tag
pushd $MONERO_DIR

2
monero

Submodule monero updated: 1a9a984d26...4d855fcca7