Build: prepare Beta-8

This commit is contained in:
tobtoht 2021-07-08 18:35:30 +02:00
parent a253022ecc
commit af4fbc5a27
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ git clone --branch master --recursive https://git.featherwallet.org/feather/feat
cd feather 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 #### 2. Base image
@ -63,7 +63,7 @@ git clone --branch master --recursive https://git.featherwallet.org/feather/feat
cd feather 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 #### 2. Base image

View file

@ -7,7 +7,7 @@ set(THREADS_PREFER_PTHREAD_FLAG ON)
set(VERSION_MAJOR "0") set(VERSION_MAJOR "0")
set(VERSION_MINOR "1") set(VERSION_MINOR "1")
set(VERSION_REVISION "0") set(VERSION_REVISION "0")
set(VERSION "beta-7") set(VERSION "beta-8")
option(STATIC "Link libraries statically, requires static Qt") option(STATIC "Link libraries statically, requires static Qt")