summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-03-03 22:45:10 +0200
committerRiccardo Spagni <ric@spagni.net>2019-03-03 22:45:10 +0200
commit5941a47819380799ed597bd2e28ec87354e583a0 (patch)
treef4d4b99336d0c08d91490c74b673d7f49873afc0 /README.md
parent587a2953899c80e7f8d8e4f1edb9bfbd145f827f (diff)
parent84c76cbfcdd6185a71eac41334fa69e643b28e05 (diff)
downloadmonzero-core-0.14.0.1.tar.gz
monzero-core-0.14.0.1.tar.xz
monzero-core-0.14.0.1.zip
Merge pull request #5218v0.14.0.1
84c76cbf update version to 0.14.0.1 (Riccardo Spagni)
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 1dba9d50e..34dc8a5e7 100644
--- a/README.md
+++ b/README.md
@@ -180,7 +180,7 @@ invokes cmake commands as needed.
* Change to the root of the source code directory, change to the most recent release branch, and build:
cd monero
- git checkout v0.14.0.0
+ git checkout v0.14.0.1
make
*Optional*: If your machine has several cores and enough memory, enable
@@ -242,7 +242,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
```
git clone https://github.com/monero-project/monero.git
cd monero
- git checkout tags/v0.14.0.0
+ git checkout tags/v0.14.0.1
```
* Build:
```
@@ -339,9 +339,9 @@ 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.0.0'. If you dont 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.14.0.1'. If you dont care about the version and just want binaries from master, skip this step:
- git checkout v0.14.0.0
+ git checkout v0.14.0.1
* If you are on a 64-bit system, run: