diff options
author | luigi1111 <luigi1111w@gmail.com> | 2024-03-11 15:57:50 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2024-03-11 15:57:50 -0400 |
commit | 453a82fd44c87134f1e21200ea6553b8f1a30e2b (patch) | |
tree | 4b86a001984efc8798c870c0a681a8310e16d385 /contrib/gitian | |
parent | Merge pull request #9238 (diff) | |
parent | build: prepare v0.18.3.3 (diff) | |
download | monero-453a82fd44c87134f1e21200ea6553b8f1a30e2b.tar.xz |
Merge pull request #9239
97e3ce5 build: prepare v0.18.3.3 (selsta)
Diffstat (limited to 'contrib/gitian')
-rw-r--r-- | contrib/gitian/DOCKRUN.md | 2 | ||||
-rw-r--r-- | contrib/gitian/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian/DOCKRUN.md b/contrib/gitian/DOCKRUN.md index ef302c1e5..7994d39cc 100644 --- a/contrib/gitian/DOCKRUN.md +++ b/contrib/gitian/DOCKRUN.md @@ -57,7 +57,7 @@ The dockrun.sh script will do everything to build the binaries. Just specify the version to build as its only argument, e.g. ```bash -VERSION=v0.18.3.2 +VERSION=v0.18.3.3 ./dockrun.sh $VERSION ``` diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index 37346006a..6a97cbccb 100644 --- a/contrib/gitian/README.md +++ b/contrib/gitian/README.md @@ -133,7 +133,7 @@ Common setup part: su - gitianuser GH_USER=YOUR_GITHUB_USER_NAME -VERSION=v0.18.3.2 +VERSION=v0.18.3.3 ``` Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build. |