Skip to content

Commit b74815e

Browse files
committed
Merge pull request #4568
8d68c12 build: prepare v0.18.4.6 (selsta)
2 parents e5606fc + 8d68c12 commit b74815e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 "4")
8-
set(VERSION_REVISION "5")
8+
set(VERSION_REVISION "6")
99
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
1010

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

Dockerfile.windows

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN apt update && \
1212
RUN update-alternatives --set x86_64-w64-mingw32-g++ $(which x86_64-w64-mingw32-g++-posix) && \
1313
update-alternatives --set x86_64-w64-mingw32-gcc $(which x86_64-w64-mingw32-gcc-posix)
1414

15-
RUN git clone -b v0.18.4.5 --depth 1 https://github.com/monero-project/monero && \
15+
RUN git clone -b v0.18.4.6 --depth 1 https://github.com/monero-project/monero && \
1616
cd monero && \
17-
git reset --hard 316a98b11ea29b65e61a42cfdc37f762736fd7c1 && \
17+
git reset --hard dbcc7d212c094bd1a45f7291dbb99a4b4627a96d && \
1818
cp -a contrib/depends / && \
1919
cd .. && \
2020
rm -rf monero

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Packaging for your favorite distribution would be a welcome contribution!
105105
```
106106
git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
107107
```
108-
\* `master` - replace with the desired version tag (e.g. `v0.18.4.5`) to build the release binaries.
108+
\* `master` - replace with the desired version tag (e.g. `v0.18.4.6`) to build the release binaries.
109109
3. Prepare build environment
110110
```
111111
cd monero-gui
@@ -128,7 +128,7 @@ Packaging for your favorite distribution would be a welcome contribution!
128128
```
129129
git clone --branch master --recursive https://github.com/monero-project/monero-gui.git
130130
```
131-
\* `master` - replace with the desired version tag (e.g. `v0.18.4.5`) to build the release binaries.
131+
\* `master` - replace with the desired version tag (e.g. `v0.18.4.6`) to build the release binaries.
132132
3. Prepare build environment
133133
```
134134
cd monero-gui

0 commit comments

Comments
 (0)