]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Build: prepare Beta-8
authortobtoht <thotbot@protonmail.com>
Thu, 8 Jul 2021 16:35:30 +0000 (18:35 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 8 Jul 2021 16:35:30 +0000 (18:35 +0200)
BUILDING.md
CMakeLists.txt

index 8959837ecdd8cfee06dabea0a66fe17c5edde260..dc855d4e893fc4e4ba89a87446d64f6b6886c240 100644 (file)
@@ -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
 
index 1bf297efc8a521a8a6e114c7263ea5e3028dc528..cc854060403770f3d2798dda94d50545cb6019ad 100644 (file)
@@ -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")