diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-10-19 00:14:37 -0700 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-10-19 00:14:37 -0700 |
| commit | 33afd0bb83d80e89c9c0437ece83a7981a0f1bd9 (patch) | |
| tree | d438bd879e1ac616dcef7a64f5232d3da3280ceb | |
| parent | a165a14519861e3e063304f6d6b2c1ba61700d2d (diff) | |
| parent | 954c97253044de55ca4c50cdb98b13e63f4e43cd (diff) | |
| download | monzero-gui-33afd0bb83d80e89c9c0437ece83a7981a0f1bd9.tar.gz monzero-gui-33afd0bb83d80e89c9c0437ece83a7981a0f1bd9.tar.xz monzero-gui-33afd0bb83d80e89c9c0437ece83a7981a0f1bd9.zip | |
Merge pull request #3180
954c9725 repo: prepare v0.17.1.1 (selsta)
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rwxr-xr-x | get_libwallet_api.sh | 2 | ||||
| m--------- | monero | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 197e7c30..b2c2535d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(VERSION_MAJOR "17") set(VERSION_MINOR "1") -set(VERSION_REVISION "0") +set(VERSION_REVISION "1") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index dcc05edb..eb2ba061 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -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.1.0 +git -C $MONERO_DIR checkout v0.17.1.1 # get monero core tag pushd $MONERO_DIR diff --git a/monero b/monero -Subproject 4d855fcca7db286484c256d85619c051a55592a +Subproject 76cc82c29234fc2805f936f0fc53d48acc9cedf |
