Skip to content

Commit 39d4f60

Browse files
committed
build: prepare v0.18.4.1
1 parent fb3b4e4 commit 39d4f60

4 files changed

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

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

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.0 --depth 1 https://github.com/monero-project/monero && \
15+
RUN git clone -b v0.18.4.1 --depth 1 https://github.com/monero-project/monero && \
1616
cd monero && \
1717
git reset --hard f1311d4237404ab7da76241dbf10e92a65132cc4 && \
1818
cp -a contrib/depends / && \

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.0`) to build the release binaries.
108+
\* `master` - replace with the desired version tag (e.g. `v0.18.4.1`) 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.0`) to build the release binaries.
131+
\* `master` - replace with the desired version tag (e.g. `v0.18.4.1`) to build the release binaries.
132132
3. Prepare build environment
133133
```
134134
cd monero-gui

0 commit comments

Comments
 (0)