Merge pull request #6238 from ethereum/reset-version

Reset version to 0.5.6.
This commit is contained in:
Alex Beregszaszi 2019-03-11 15:56:00 +01:00 committed by GitHub
commit 189983a1b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ include(EthPolicy)
eth_policy()
# project name and version should be set after cmake_policy CMP0048
set(PROJECT_VERSION "0.6.0")
set(PROJECT_VERSION "0.5.6")
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES CXX)
option(LLL "Build LLL" OFF)

View File

@ -1,4 +1,4 @@
### 0.6.0 (unreleased)
### 0.5.6 (unreleased)
Language Features:
* Allow calldata arrays with dynamically encoded base types with ABIEncoderV2.