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

Commit 263e41c

Browse files
authored
Merge pull request #696 from EOSIO/bump_version_2
bump version
2 parents 0c6b7d3 + bec79bb commit 263e41c

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
@@ -16,7 +16,7 @@ endif()
1616

1717
set(VERSION_MAJOR 1)
1818
set(VERSION_MINOR 6)
19-
set(VERSION_PATCH 2)
19+
set(VERSION_PATCH 3)
2020
#set(VERSION_SUFFIX rc2)
2121

2222
if (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.6.2
2+
## Version : 1.6.3
33

44
EOSIO.CDT is a toolchain for WebAssembly (WASM) and set of tools to facilitate contract writing 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 not available or incomplete.
55

0 commit comments

Comments
 (0)