aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-11-02 17:21:52 +0200
committerRiccardo Spagni <ric@spagni.net>2019-11-02 17:21:52 +0200
commite4d1674e8c0c767d65cfeef27ea956e05804c267 (patch)
tree409eb0407a830b79fc4b1ef95c463c78cbb7a97e /README.md
parentMerge pull request #6070 (diff)
downloadmonero-e4d1674e8c0c767d65cfeef27ea956e05804c267.tar.xz
0.15.0.0 release engineering
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 598cb1158..7b6b252e0 100644
--- a/README.md
+++ b/README.md
@@ -239,7 +239,7 @@ invokes cmake commands as needed.
```bash
cd monero
- git checkout release-v0.14
+ git checkout release-v0.15
make
```
@@ -315,7 +315,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
```bash
git clone https://github.com/monero-project/monero.git
cd monero
- git checkout tags/v0.14.1.2
+ git checkout tags/v0.15.0.0
```
* Build:
@@ -432,10 +432,10 @@ application.
cd monero
```
-* If you would like a specific [version/tag](https://github.com/monero-project/monero/tags), do a git checkout for that version. eg. 'v0.14.1.2'. If you don't care about the version and just want binaries from master, skip this step:
+* If you would like a specific [version/tag](https://github.com/monero-project/monero/tags), do a git checkout for that version. eg. 'v0.15.0.0'. If you don't care about the version and just want binaries from master, skip this step:
```bash
- git checkout v0.14.1.2
+ git checkout v0.15.0.0
```
* If you are on a 64-bit system, run: