From: tobtoht Date: Thu, 8 Jul 2021 16:35:30 +0000 (+0200) Subject: Build: prepare Beta-8 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=af4fbc5a27b9d26a8a74c245487b594045ded469;p=gamesguru%2Ffeather.git Build: prepare Beta-8 --- diff --git a/BUILDING.md b/BUILDING.md index 8959837e..dc855d4e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -22,7 +22,7 @@ git clone --branch master --recursive https://git.featherwallet.org/feather/feat cd feather ``` -Replace `master` with the desired version tag (e.g. `beta-7`) to build the release binary. +Replace `master` with the desired version tag (e.g. `beta-8`) to build the release binary. #### 2. Base image @@ -63,7 +63,7 @@ git clone --branch master --recursive https://git.featherwallet.org/feather/feat cd feather ``` -Replace `master` with the desired version tag (e.g. `beta-7`) to build the release binary. +Replace `master` with the desired version tag (e.g. `beta-8`) to build the release binary. #### 2. Base image diff --git a/CMakeLists.txt b/CMakeLists.txt index 1bf297ef..cc854060 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(THREADS_PREFER_PTHREAD_FLAG ON) set(VERSION_MAJOR "0") set(VERSION_MINOR "1") set(VERSION_REVISION "0") -set(VERSION "beta-7") +set(VERSION "beta-8") option(STATIC "Link libraries statically, requires static Qt")