From 35817179a932e3fd4bb5ea493f04259e3ca4a911 Mon Sep 17 00:00:00 2001 From: Bart Wyatt Date: Tue, 6 Nov 2018 16:48:50 -0500 Subject: [PATCH] bump version to 1.4.3 --- CMakeLists.txt | 2 +- Docker/README.md | 4 ++-- README.md | 13 +++++++------ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c57c7e39e3..def3695cb8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ set( CXX_STANDARD_REQUIRED ON) set(VERSION_MAJOR 1) set(VERSION_MINOR 4) -set(VERSION_PATCH 2) +set(VERSION_PATCH 3) set( CLI_CLIENT_EXECUTABLE_NAME cleos ) set( NODE_EXECUTABLE_NAME nodeos ) diff --git a/Docker/README.md b/Docker/README.md index f3896149e7a..7f96f6b6391 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -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.2 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.4.3 tag, you could do the following: ```bash -docker build -t eosio/eos:v1.4.2 --build-arg branch=v1.4.2 . +docker build -t eosio/eos:v1.4.3 --build-arg branch=v1.4.3 . ``` By default, the symbol in eosio.system is set to SYS. You can override this using the symbol argument while building the docker image. diff --git a/README.md b/README.md index 13cb78d981c..348201ab470 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # EOSIO - The Most Powerful Infrastructure for Decentralized Applications [![Build status](https://badge.buildkite.com/370fe5c79410f7d695e4e34c500b4e86e3ac021c6b1f739e20.svg?branch=master)](https://buildkite.com/EOSIO/eosio) @@ -38,13 +39,13 @@ $ brew remove eosio ``` #### Ubuntu 18.04 Debian Package Install ```sh -$ wget https://github.com/eosio/eos/releases/download/v1.4.2/eosio-1.4.2.ubuntu-18.04-x86_64.deb -$ sudo apt install ./eosio-1.4.2.ubuntu-18.04-x86_64.deb +$ wget https://github.com/eosio/eos/releases/download/v1.4.3/eosio-1.4.3.ubuntu-18.04-x86_64.deb +$ sudo apt install ./eosio-1.4.3.ubuntu-18.04-x86_64.deb ``` #### Ubuntu 16.04 Debian Package Install ```sh -$ wget https://github.com/eosio/eos/releases/download/v1.4.2/eosio-1.4.2.ubuntu-16.04-x86_64.deb -$ sudo apt install ./eosio-1.4.2.ubuntu-16.04-x86_64.deb +$ wget https://github.com/eosio/eos/releases/download/v1.4.3/eosio-1.4.3.ubuntu-16.04-x86_64.deb +$ sudo apt install ./eosio-1.4.3.ubuntu-16.04-x86_64.deb ``` #### Debian Package Uninstall ```sh @@ -52,8 +53,8 @@ $ sudo apt remove eosio ``` #### RPM Package Install ```sh -$ wget https://github.com/eosio/eos/releases/download/v1.4.2/eosio-1.4.2.x86_64-0.x86_64.rpm -$ sudo yum install ./eosio-1.4.2.x86_64-0.x86_64.rpm +$ wget https://github.com/eosio/eos/releases/download/v1.4.3/eosio-1.4.3.x86_64-0.x86_64.rpm +$ sudo yum install ./eosio-1.4.3.x86_64-0.x86_64.rpm ``` #### RPM Package Uninstall ```sh