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 #7555 from EOSIO/bump-version-to-1.8.0
Browse files Browse the repository at this point in the history
Bump version to 1.8.0
  • Loading branch information
arhag committed Jun 28, 2019
2 parents 7aa3e4b + 49b0fd5 commit f8a2289
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 @@ -29,7 +29,7 @@ set( CXX_STANDARD_REQUIRED ON)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 8)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc2)
#set(VERSION_SUFFIX develop)

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

0 comments on commit f8a2289

Please sign in to comment.