Skip to content

Commit 16da754

Browse files
committed
build: prepare v0.18.4.2
1 parent 346d962 commit 16da754

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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 "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")

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.1 --depth 1 https://github.com/monero-project/monero && \
15+
RUN git clone -b v0.18.4.2 --depth 1 https://github.com/monero-project/monero && \
1616
cd monero && \
17-
git reset --hard ec870e50706a29768a65f597155ed5c7ad7e6326 && \
17+
git reset --hard d87edf57fcc4bc2279ad9d8a1db093805e6becd7 && \
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.1`) to build the release binaries.
108+
\* `master` - replace with the desired version tag (e.g. `v0.18.4.2`) 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.1`) to build the release binaries.
131+
\* `master` - replace with the desired version tag (e.g. `v0.18.4.2`) to build the release binaries.
132132
3. Prepare build environment
133133
```
134134
cd monero-gui

0 commit comments

Comments
 (0)