mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
build: prepare v0.17.1.0
This commit is contained in:
parent
d3943ca2a9
commit
701f063797
3 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@ project(monero-gui)
|
||||||
message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
|
message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
|
||||||
|
|
||||||
set(VERSION_MAJOR "17")
|
set(VERSION_MAJOR "17")
|
||||||
set(VERSION_MINOR "0")
|
set(VERSION_MINOR "1")
|
||||||
set(VERSION_REVISION "1")
|
set(VERSION_REVISION "0")
|
||||||
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
|
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
|
||||||
|
|
||||||
option(STATIC "Link libraries statically, requires static Qt")
|
option(STATIC "Link libraries statically, requires static Qt")
|
||||||
|
|
|
@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
|
||||||
fi
|
fi
|
||||||
git submodule update --remote
|
git submodule update --remote
|
||||||
git -C $MONERO_DIR fetch
|
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
|
# get monero core tag
|
||||||
pushd $MONERO_DIR
|
pushd $MONERO_DIR
|
||||||
|
|
2
monero
2
monero
|
@ -1 +1 @@
|
||||||
Subproject commit 1a9a984d2631b7f01637d8119c55f8effd24f72c
|
Subproject commit 4d855fcca7db286484c256d85619c051a55592ad
|
Loading…
Reference in a new issue