Skip to content

Commit

Permalink
Merge branch 'bump_versions' into 'master'
Browse files Browse the repository at this point in the history
bump versions

See merge request zcash-docs/zcash-docs!246
  • Loading branch information
mdr0id committed Nov 9, 2020
2 parents 172506d + febe46e commit 1fa6cbe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/rtd_pages/Debian-Ubuntu-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ There are multiple ways to download dependencies and build Zcashd & Zcash-cli. W
```
git clone https://github.com/zcash/zcash.git
cd zcash/
git checkout v4.0.0
git checkout v4.1.0
./zcutil/fetch-params.sh
```

Expand Down
2 changes: 1 addition & 1 deletion source/rtd_pages/Linux-misc-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Currently, the only way to install Zcashd & Zcash-cli on Linux is to build from
```
git clone https://github.com/zcash/zcash.git
cd zcash/
git checkout v4.0.0
git checkout v4.1.0
./zcutil/fetch-params.sh
```
<!--The message printed by ``git checkout`` about a "detached head" is normal and does not indicate a problem. -->
Expand Down
2 changes: 1 addition & 1 deletion source/rtd_pages/OSx-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Currently, the only way to install Zcashd & Zcash-cli on OSx is to build from so
```
git clone https://github.com/zcash/zcash.git
cd zcash/
git checkout v4.0.0
git checkout v4.1.0
./zcutil/fetch-params.sh
```
<!--The message printed by ``git checkout`` about a "detached head" is normal and does not indicate a problem. -->
Expand Down
4 changes: 2 additions & 2 deletions source/rtd_pages/zcashd.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ To upgrade Zcashd & Zcash-cli, fetch the latest updates:
```

Helpful tips:
* Upgrading to v4.0.0 requires a build; try the following:
* Upgrading to v4.1.0 requires a build; try the following:
```
git checkout v4.0.0
git checkout v4.1.0
./zcutil/clean.sh
./zcutil/build.sh -j$(nproc)
```
Expand Down

0 comments on commit 1fa6cbe

Please sign in to comment.