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 #8347 from EOSIO/bump-version-to-2.0.0-rc3
Browse files Browse the repository at this point in the history
Bump version to 2.0.0-rc3
  • Loading branch information
arhag committed Dec 17, 2019
2 parents faf020b + 02f2ad0 commit 0eb8360
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set( CXX_STANDARD_REQUIRED ON)
set(VERSION_MAJOR 2)
set(VERSION_MINOR 0)
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@ $ brew remove eosio

#### Ubuntu 18.04 Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v2.0.0-rc2/eosio_2.0.0-rc2-ubuntu-18.04_amd64.deb
$ sudo apt install ./eosio_2.0.0-rc2-ubuntu-18.04_amd64.deb
$ wget https://github.com/eosio/eos/releases/download/v2.0.0-rc3/eosio_2.0.0-rc3-ubuntu-18.04_amd64.deb
$ sudo apt install ./eosio_2.0.0-rc3-ubuntu-18.04_amd64.deb
```
#### Ubuntu 16.04 Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v2.0.0-rc2/eosio_2.0.0-rc2-ubuntu-16.04_amd64.deb
$ sudo apt install ./eosio_2.0.0-rc2-ubuntu-16.04_amd64.deb
$ wget https://github.com/eosio/eos/releases/download/v2.0.0-rc3/eosio_2.0.0-rc3-ubuntu-16.04_amd64.deb
$ sudo apt install ./eosio_2.0.0-rc3-ubuntu-16.04_amd64.deb
```
#### Ubuntu Package Uninstall
```sh
$ sudo apt remove eosio
```
#### Centos RPM Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v2.0.0-rc2/eosio-2.0.0-rc2.el7.x86_64.rpm
$ sudo yum install ./eosio-2.0.0-rc2.el7.x86_64.rpm
$ wget https://github.com/eosio/eos/releases/download/v2.0.0-rc3/eosio-2.0.0-rc3.el7.x86_64.rpm
$ sudo yum install ./eosio-2.0.0-rc3.el7.x86_64.rpm
```
#### Centos RPM Package Uninstall
```sh
Expand Down

0 comments on commit 0eb8360

Please sign in to comment.