提交 5b53d8be 编写于 作者: B Bart Wyatt

bump version to 1.5.0-rc1

上级 62ea1a03
......@@ -34,8 +34,8 @@ set( CMAKE_CXX_EXTENSIONS ON )
set( CXX_STANDARD_REQUIRED ON)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 4)
set(VERSION_PATCH 4)
set(VERSION_MINOR 5)
set(VERSION_PATCH 0)
set( CLI_CLIENT_EXECUTABLE_NAME cleos )
set( NODE_EXECUTABLE_NAME nodeos )
......
......@@ -20,10 +20,10 @@ cd eos/Docker
docker build . -t eosio/eos
```
The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v1.4.4 tag, you could do the following:
The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v1.5.0-rc1 tag, you could do the following:
```bash
docker build -t eosio/eos:v1.4.4 --build-arg branch=v1.4.4 .
docker build -t eosio/eos:v1.5.0-rc1 --build-arg branch=v1.5.0-rc1 .
```
By default, the symbol in eosio.system is set to SYS. You can override this using the symbol argument while building the docker image.
......
......@@ -39,13 +39,13 @@ $ brew remove eosio
```
#### Ubuntu 18.04 Debian Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.ubuntu-18.04-x86_64.deb
$ sudo apt install ./eosio-1.4.4.ubuntu-18.04-x86_64.deb
$ wget https://github.com/eosio/eos/releases/download/v1.5.0-rc1/eosio-1.5.0-rc1.ubuntu-18.04-x86_64.deb
$ sudo apt install ./eosio-1.5.0-rc1.ubuntu-18.04-x86_64.deb
```
#### Ubuntu 16.04 Debian Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.ubuntu-16.04-x86_64.deb
$ sudo apt install ./eosio-1.4.4.ubuntu-16.04-x86_64.deb
$ wget https://github.com/eosio/eos/releases/download/v1.5.0-rc1/eosio-1.5.0-rc1.ubuntu-16.04-x86_64.deb
$ sudo apt install ./eosio-1.5.0-rc1.ubuntu-16.04-x86_64.deb
```
#### Debian Package Uninstall
```sh
......@@ -53,8 +53,8 @@ $ sudo apt remove eosio
```
#### RPM Package Install
```sh
$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.x86_64-0.x86_64.rpm
$ sudo yum install ./eosio-1.4.4.x86_64-0.x86_64.rpm
$ wget https://github.com/eosio/eos/releases/download/v1.5.0-rc1/eosio-1.5.0-rc1.x86_64-0.x86_64.rpm
$ sudo yum install ./eosio-1.5.0-rc1.x86_64-0.x86_64.rpm
```
#### RPM Package Uninstall
```sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册