]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Bump version to 1.0.1
authortobtoht <thotbot@protonmail.com>
Tue, 2 Nov 2021 16:17:28 +0000 (17:17 +0100)
committertobtoht <thotbot@protonmail.com>
Tue, 2 Nov 2021 16:17:28 +0000 (17:17 +0100)
BUILDING.md
CMakeLists.txt

index e85398cecbb920f15462db16b101e91ce00291fd..cac4fc631a309f86554411d05dece46fe1b06cb6 100644 (file)
@@ -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. `1.0.0`) to build the release binary.
+Replace `master` with the desired version tag (e.g. `1.0.1`) 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. `1.0.0`) to build the release binary.
+Replace `master` with the desired version tag (e.g. `1.0.1`) 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. `1.0.0`) to build the release binary.
+Replace `master` with the desired version tag (e.g. `1.0.1`) to build the release binary.
 
 #### 2. Base image
 
index d5a5d7563e3a9d3f9a1330ab1c9cf500da4affe2..a539476e9b263d2b2572350b90a8611fe0a48ff4 100644 (file)
@@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
 
 set(VERSION_MAJOR "1")
 set(VERSION_MINOR "0")
-set(VERSION_REVISION "0")
+set(VERSION_REVISION "1")
 set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
 
 option(STATIC "Link libraries statically, requires static Qt")