Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 6df0b49

Browse files
author
John DeBord
authored
Merge pull request #1057 from EOSIO/release-1.8.0-rc1-version-bump
Bump version from v1.8.0-rc1 to v1.8.0-rc2
2 parents 59e3131 + 119d258 commit 6df0b49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828
set(VERSION_MAJOR 1)
2929
set(VERSION_MINOR 8)
3030
set(VERSION_PATCH 0)
31-
set(VERSION_SUFFIX rc1)
31+
set(VERSION_SUFFIX rc2)
3232

3333
if (VERSION_SUFFIX)
3434
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# EOSIO.CDT (Contract Development Toolkit)
2-
## Version : 1.8.0-rc1
2+
## Version : 1.8.0-rc2
33

44
EOSIO.CDT is a toolchain for WebAssembly (WASM) and 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 7](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.
55

0 commit comments

Comments
 (0)