Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.

Commit ad3f46e

Browse files
committedOct 23, 2020
Bump version to 1.7.2
1 parent f97c489 commit ad3f46e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 7)
19-
set(VERSION_PATCH 1)
19+
set(VERSION_PATCH 2)
2020

2121
if (VERSION_SUFFIX)
2222
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# EOSCC
2-
## Version : 1.7.1
2+
## Version : 1.7.2
33

44
The EOSIO Compiler Collection (EOSCC) 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 EOSCC 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

@@ -10,8 +10,8 @@ EOSCC currently supports Linux x86_64 Debian packages and Mac OS X brew.
1010

1111
#### Debian Package Install
1212
```sh
13-
$ wget https://github.com/turnpike/eoscc/releases/download/v1.7.1/eoscc_1.7.1-1-ubuntu-20.04_amd64.deb
14-
$ sudo apt install ./eoscc_1.7.1-1-ubuntu-20.04_amd64.deb
13+
$ wget https://github.com/turnpike/eoscc/releases/download/v1.7.2/eoscc_1.7.2-1-ubuntu-20.04_amd64.deb
14+
$ sudo apt install ./eoscc_1.7.2-1-ubuntu-20.04_amd64.deb
1515
```
1616
#### Debian Package Uninstall
1717
```sh

0 commit comments

Comments
 (0)
This repository has been archived.