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 #10495 from EOSIO/release-2.2.0-rc1-version-bump
Browse files Browse the repository at this point in the history
Bump version to v2.2.0-rc1
  • Loading branch information
nickjjzhao committed Jul 12, 2021
2 parents 6034a19 + a927505 commit 025df16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set( CMAKE_CXX_EXTENSIONS ON )
set( CXX_STANDARD_REQUIRED ON)

set(VERSION_MAJOR 2)
set(VERSION_MINOR 1)
set(VERSION_MINOR 2)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc1)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ brew remove eosio

#### Ubuntu 18.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc1/eosio_2.1.0-rc1-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc1-ubuntu-18.04_amd64.deb
wget https://github.com/eosio/eos/releases/download/v2.2.0-rc1/eosio_2.2.0-rc1-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.2.0-rc1-ubuntu-18.04_amd64.deb
```
#### Ubuntu Package Uninstall
```sh
Expand All @@ -88,8 +88,8 @@ sudo apt remove eosio

#### RPM Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc1/eosio-2.1.0-rc1.el7.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc1.el7.x86_64.rpm
wget https://github.com/eosio/eos/releases/download/v2.2.0-rc1/eosio-2.2.0-rc1.el7.x86_64.rpm
sudo yum install ./eosio-2.2.0-rc1.el7.x86_64.rpm
```
#### RPM Package Uninstall
```sh
Expand Down
8 changes: 4 additions & 4 deletions docs/00_install/00_install-prebuilt-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ brew remove eosio

#### Ubuntu 18.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc1/eosio_2.1.0-rc1-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc1-ubuntu-18.04_amd64.deb
wget https://github.com/eosio/eos/releases/download/v2.2.0-rc1/eosio_2.2.0-rc1-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.2.0-rc1-ubuntu-18.04_amd64.deb
```
#### Ubuntu Package Uninstall
```sh
Expand All @@ -37,8 +37,8 @@ sudo apt remove eosio

#### RPM Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc1/eosio-2.1.0-rc1.el7.x86_64.rpm
sudo yum install ./eosio-2.1.0-rc1.el7.x86_64.rpm
wget https://github.com/eosio/eos/releases/download/v2.2.0-rc1/eosio-2.2.0-rc1.el7.x86_64.rpm
sudo yum install ./eosio-2.2.0-rc1.el7.x86_64.rpm
```
#### RPM Package Uninstall
```sh
Expand Down

0 comments on commit 025df16

Please sign in to comment.