From d9fc8cb0213635f5e93fba750e01c109ccfcae46 Mon Sep 17 00:00:00 2001 From: Jingjun Zhao Date: Tue, 18 May 2021 09:04:31 -0400 Subject: [PATCH] Bump version to v1.8.0 --- CMakeLists.txt | 2 +- LICENSE | 2 +- README.md | 10 +++++----- docs/02_installation.md | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d7e6a994d..871bf33972 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ endif() set(VERSION_MAJOR 1) set(VERSION_MINOR 8) set(VERSION_PATCH 0) -set(VERSION_SUFFIX rc2) +#set(VERSION_SUFFIX rc2) if (VERSION_SUFFIX) set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}") diff --git a/LICENSE b/LICENSE index 22d36d65db..df058142c3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017-2019 block.one and its contributors. All rights reserved. +Copyright (c) 2017-2021 block.one and its contributors. All rights reserved. The MIT License diff --git a/README.md b/README.md index 8594f1480c..1dd41a3157 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # EOSIO.CDT (Contract Development Toolkit) -## Version : 1.8.0-rc2 +## Version : 1.8.0 EOSIO.CDT is a toolchain for WebAssembly (WASM) and a set of tools to facilitate smart contract development for the EOSIO platform. In addition to being a general purpose WebAssembly toolchain, [EOSIO](https://github.com/eosio/eos) specific optimizations are available to support building EOSIO smart contracts. This new toolchain is built around [Clang 9](https://github.com/eosio/llvm), which means that EOSIO.CDT has the most currently available optimizations and analyses from LLVM, but as the WASM target is still considered experimental, some optimizations are incomplete or not available. @@ -28,8 +28,8 @@ brew remove eosio.cdt ### Debian Package Install ```sh -wget https://github.com/eosio/eosio.cdt/releases/download/v1.7.0/eosio.cdt_1.7.0-1-ubuntu-18.04_amd64.deb -sudo apt install ./eosio.cdt_1.7.0-1-ubuntu-18.04_amd64.deb +wget https://github.com/eosio/eosio.cdt/releases/download/v1.8.0/eosio.cdt_1.8.0-1-ubuntu-18.04_amd64.deb +sudo apt install ./eosio.cdt_1.8.0-1-ubuntu-18.04_amd64.deb ``` ### Debian Package Uninstall @@ -39,8 +39,8 @@ sudo apt remove eosio.cdt ### RPM Package Install ```sh -wget https://github.com/eosio/eosio.cdt/releases/download/v1.7.0/eosio.cdt-1.7.0-1.el7.x86_64.rpm -sudo yum install ./eosio.cdt-1.7.0-1.el7.x86_64.rpm +wget https://github.com/eosio/eosio.cdt/releases/download/v1.8.0/eosio.cdt-1.8.0-1.el7.x86_64.rpm +sudo yum install ./eosio.cdt-1.8.0-1.el7.x86_64.rpm ``` ### RPM Package Uninstall diff --git a/docs/02_installation.md b/docs/02_installation.md index a611c652a2..a8128eaa99 100644 --- a/docs/02_installation.md +++ b/docs/02_installation.md @@ -22,8 +22,8 @@ brew remove eosio.cdt ## Debian Package Install ```sh -wget https://github.com/EOSIO/eosio.cdt/releases/download/v1.8.0-rc1/eosio.cdt_1.8.0-rc1-ubuntu-18.04_amd64.deb -sudo apt install ./eosio.cdt_1.8.0-rc1-ubuntu-18.04_amd64.deb +wget https://github.com/EOSIO/eosio.cdt/releases/download/v1.8.0/eosio.cdt_1.8.0-1-ubuntu-18.04_amd64.deb +sudo apt install ./eosio.cdt_1.8.0-1-ubuntu-18.04_amd64.deb ``` ## Debian Package Uninstall @@ -35,8 +35,8 @@ sudo apt remove eosio.cdt ## RPM Package Install ```sh -wget https://github.com/EOSIO/eosio.cdt/releases/download/v1.8.0-rc1/eosio.cdt-1.8.0-rc1.el7.x86_64.rpm -sudo yum install ./eosio.cdt-1.8.0-rc1.el7.x86_64.rpm +wget https://github.com/EOSIO/eosio.cdt/releases/download/v1.8.0/eosio.cdt-1.8.0-1.el7.x86_64.rpm +sudo yum install ./eosio.cdt-1.8.0-1.el7.x86_64.rpm ``` ## RPM Package Uninstall