Skip to content

Commit ef555a3

Browse files
committed
Merge pull request #4283
cb3d693 build: prepare v0.18.3.2 (selsta)
2 parents 51a4334 + cb3d693 commit ef555a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
55

66
set(VERSION_MAJOR "18")
77
set(VERSION_MINOR "3")
8-
set(VERSION_REVISION "1")
8+
set(VERSION_REVISION "2")
99
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
1010

1111
option(STATIC "Link libraries statically, requires static Qt")

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Packaging for your favorite distribution would be a welcome contribution!
107107
```
108108
git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
109109
```
110-
\* `master` - replace with the desired version tag (e.g. `v0.18.3.1`) to build the release binaries.
110+
\* `master` - replace with the desired version tag (e.g. `v0.18.3.2`) to build the release binaries.
111111
3. Prepare build environment
112112
```
113113
cd monero-gui
@@ -130,7 +130,7 @@ Packaging for your favorite distribution would be a welcome contribution!
130130
```
131131
git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
132132
```
133-
\* `master` - replace with the desired version tag (e.g. `v0.18.3.1`) to build the release binaries.
133+
\* `master` - replace with the desired version tag (e.g. `v0.18.3.2`) to build the release binaries.
134134
3. Prepare build environment
135135
```
136136
cd monero-gui

monero

Submodule monero updated 54 files

0 commit comments

Comments
 (0)