diff --git a/BUILDING.md b/BUILDING.md index 87fb534..a24a152 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -14,7 +14,7 @@ Binaries produced in this section are reproducible and their digests should matc #### 1. Clone -Replace `master` with the desired version tag (e.g. `beta-8`) to build the release binary. +Replace `master` with the desired version tag (e.g. `beta-9`) to build the release binary. ```bash git clone https://git.featherwallet.org/feather/feather.git @@ -61,7 +61,7 @@ Binaries produced in this section are not yet reproducible. #### 1. Clone -Replace `master` with the desired version tag (e.g. `beta-8`) to build the release binary. +Replace `master` with the desired version tag (e.g. `beta-9`) to build the release binary. ```bash git clone https://git.featherwallet.org/feather/feather.git @@ -123,7 +123,7 @@ git clone --branch master --recursive https://git.featherwallet.org/feather/feat cd feather ``` -Replace `master` with the desired version tag (e.g. `beta-8`) to build the release binary. +Replace `master` with the desired version tag (e.g. `beta-9`) to build the release binary. #### 2. Base image diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dc76b9..e6f30be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(VERSION_MAJOR "0") set(VERSION_MINOR "1") set(VERSION_REVISION "0") -set(VERSION "beta-8") +set(VERSION "beta-9") option(STATIC "Link libraries statically, requires static Qt") diff --git a/monero b/monero index d066214..d4257af 160000 --- a/monero +++ b/monero @@ -1 +1 @@ -Subproject commit d0662146e12d9c0ac9905b4423bb27bd68a4444e +Subproject commit d4257af2e7503fc6dc09fc704606230d353a0a02