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 #8519 from EOSIO/bump-version-to-1.8.10
Browse files Browse the repository at this point in the history
Bump version to 1.8.10
  • Loading branch information
heifner committed Jan 27, 2020
2 parents 0a2b757 + 4ae007d commit 81e176a
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 @@ -28,7 +28,7 @@ set( CXX_STANDARD_REQUIRED ON)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 8)
set(VERSION_PATCH 9)
set(VERSION_PATCH 10)
#set(VERSION_SUFFIX develop)

if(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/v1.8.9/eosio_1.8.9-1-ubuntu-18.04_amd64.deb
$ sudo apt install ./eosio_1.8.9-1-ubuntu-18.04_amd64.deb
$ wget https://github.com/eosio/eos/releases/download/v1.8.10/eosio_1.8.10-1-ubuntu-18.04_amd64.deb
$ sudo apt install ./eosio_1.8.10-1-ubuntu-18.04_amd64.deb
```
#### Ubuntu 16.04 Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.8.9/eosio_1.8.9-1-ubuntu-16.04_amd64.deb
$ sudo apt install ./eosio_1.8.9-1-ubuntu-16.04_amd64.deb
$ wget https://github.com/eosio/eos/releases/download/v1.8.10/eosio_1.8.10-1-ubuntu-16.04_amd64.deb
$ sudo apt install ./eosio_1.8.10-1-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/v1.8.9/eosio-1.8.9-1.el7.x86_64.rpm
$ sudo yum install ./eosio-1.8.9-1.el7.x86_64.rpm
$ wget https://github.com/eosio/eos/releases/download/v1.8.10/eosio-1.8.10-1.el7.x86_64.rpm
$ sudo yum install ./eosio-1.8.10-1.el7.x86_64.rpm
```
#### Centos RPM Package Uninstall
```sh
Expand Down

0 comments on commit 81e176a

Please sign in to comment.