Reset version to 0.5.6.

This commit is contained in:
chriseth 2019-03-11 14:48:27 +01:00
parent 6718b62f94
commit ba56c307bf
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.