From f9ef0a141d5f42590775593e922ef7c3e0904a2d Mon Sep 17 00:00:00 2001 From: tobtoht Date: Mon, 24 May 2021 14:35:45 +0200 Subject: [PATCH] build: prepare beta-7 --- BUILDING.md | 4 ++-- CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 16ea8ea..8959837 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-6`) to build the release binary. +Replace `master` with the desired version tag (e.g. `beta-7`) 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-4`) to build the release binary. +Replace `master` with the desired version tag (e.g. `beta-7`) to build the release binary. #### 2. Base image diff --git a/CMakeLists.txt b/CMakeLists.txt index 399b0b0..d2da336 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-6") +set(VERSION "beta-7") option(STATIC "Link libraries statically, requires static Qt")