aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-09-25 13:33:52 +0200
committerRiccardo Spagni <ric@spagni.net>2018-09-25 13:33:52 +0200
commit8bf5a00564ad0e86b4698008418e28036013ef9f (patch)
tree4a27e29a3444b0309903d71abb7ede14738ea62b /README.md
parentMerge pull request #4438 (diff)
parentadd checkpoints for testnet and mainnet (diff)
downloadmonero-8bf5a00564ad0e86b4698008418e28036013ef9f.tar.xz
Merge pull request #4423v0.13.0.0-RC1
357441a2 add checkpoints for testnet and mainnet (Riccardo Spagni) d9f666d7 update checkpoints.dat (Riccardo Spagni) 6b1b4e83 update version to 13.0 (Riccardo Spagni) 6f153533 update readme with v13.0 (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 2ded4eb51..ac40f08d3 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.12.3.0
+ git checkout v0.13.0.0
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.12.3.0
+ git checkout tags/v0.13.0.0
```
* 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.12.3.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.13.0.0'. If you dont care about the version and just want binaries from master, skip this step:
- git checkout v0.12.3.0
+ git checkout v0.13.0.0
* If you are on a 64-bit system, run: