Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10058 from EOSIO/release-2.1.0-rc2-version-bump
Browse files Browse the repository at this point in the history
Bump version from v2.1.0-rc2 to v2.1.0-rc3
  • Loading branch information
John DeBord committed Feb 17, 2021
2 parents 2b907ca + 37a6fb2 commit 19ac0bf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set( CXX_STANDARD_REQUIRED ON)
set(VERSION_MAJOR 2)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc2)
set(VERSION_SUFFIX rc3)

if(VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,18 @@ brew remove eosio

#### Ubuntu 20.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio_2.1.0-rc2-ubuntu-20.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc2-ubuntu-20.04_amd64.deb
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc3/eosio_2.1.0-rc3-ubuntu-20.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc3-ubuntu-20.04_amd64.deb
```
#### Ubuntu 18.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio_2.1.0-rc2-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc2-ubuntu-18.04_amd64.deb
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc3/eosio_2.1.0-rc3-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc3-ubuntu-18.04_amd64.deb
```
#### Ubuntu 16.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio_2.1.0-rc2-ubuntu-16.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc2-ubuntu-16.04_amd64.deb
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc3/eosio_2.1.0-rc3-ubuntu-16.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc3-ubuntu-16.04_amd64.deb
```
#### Ubuntu Package Uninstall
```sh
Expand All @@ -100,13 +100,13 @@ sudo apt remove eosio

#### RPM Package Install CentOS 7
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio-2.1.0-rc2.el7.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc2.el7.x86_64.rpm
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc3/eosio-2.1.0-rc3.el7.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc3.el7.x86_64.rpm
```
#### RPM Package Install CentOS 8
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio-2.1.0-rc2.el8.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc2.el8.x86_64.rpm
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc3/eosio-2.1.0-rc3.el8.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc3.el8.x86_64.rpm
```

#### RPM Package Uninstall
Expand Down
20 changes: 10 additions & 10 deletions docs/00_install/00_install-prebuilt-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ brew remove eosio
### Ubuntu Linux:
#### Ubuntu 20.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio_2.1.0-rc2-ubuntu-20.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc2-ubuntu-20.04_amd64.deb
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc3/eosio_2.1.0-rc3-ubuntu-20.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc3-ubuntu-20.04_amd64.deb
```
#### Ubuntu 18.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio_2.1.0-rc2-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc2-ubuntu-18.04_amd64.deb
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc3/eosio_2.1.0-rc3-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc3-ubuntu-18.04_amd64.deb
```
#### Ubuntu 16.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio_2.1.0-rc2-ubuntu-16.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc2-ubuntu-16.04_amd64.deb
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc3/eosio_2.1.0-rc3-ubuntu-16.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc3-ubuntu-16.04_amd64.deb
```
#### Ubuntu Package Uninstall
```sh
Expand All @@ -46,13 +46,13 @@ sudo apt remove eosio

#### RPM Package Install CentOS 7
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio-2.1.0-rc2.el7.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc2.el7.x86_64.rpm
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc3/eosio-2.1.0-rc3.el7.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc3.el7.x86_64.rpm
```
#### RPM Package Install CentOS 8
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc2/eosio-2.1.0-rc2.el8.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc2.el8.x86_64.rpm
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc3/eosio-2.1.0-rc3.el8.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc3.el8.x86_64.rpm
```
#### RPM Package Uninstall
```sh
Expand Down

0 comments on commit 19ac0bf

Please sign in to comment.