Skip to content

Commit

Permalink
Merge pull request #4137
Browse files Browse the repository at this point in the history
9f33c77 build: prepare v0.18.2.2 (selsta)
  • Loading branch information
luigi1111 committed Apr 4, 2023
2 parents 91e3d3a + 9f33c77 commit f650e96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")

set(VERSION_MAJOR "18")
set(VERSION_MINOR "2")
set(VERSION_REVISION "0")
set(VERSION_REVISION "2")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")

option(STATIC "Link libraries statically, requires static Qt")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -107,7 +107,7 @@ Packaging for your favorite distribution would be a welcome contribution!
```
git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
```
\* `master` - replace with the desired version tag (e.g. `v0.18.2.0`) to build the release binaries.
\* `master` - replace with the desired version tag (e.g. `v0.18.2.2`) to build the release binaries.
3. Prepare build environment
```
cd monero-gui
Expand All @@ -130,7 +130,7 @@ Packaging for your favorite distribution would be a welcome contribution!
```
git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
```
\* `master` - replace with the desired version tag (e.g. `v0.18.2.0`) to build the release binaries.
\* `master` - replace with the desired version tag (e.g. `v0.18.2.2`) to build the release binaries.
3. Prepare build environment
```
cd monero-gui
Expand Down

0 comments on commit f650e96

Please sign in to comment.