mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Reset version to 0.5.6.
This commit is contained in:
parent
6718b62f94
commit
ba56c307bf
@ -10,7 +10,7 @@ include(EthPolicy)
|
|||||||
eth_policy()
|
eth_policy()
|
||||||
|
|
||||||
# project name and version should be set after cmake_policy CMP0048
|
# 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)
|
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES CXX)
|
||||||
|
|
||||||
option(LLL "Build LLL" OFF)
|
option(LLL "Build LLL" OFF)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
### 0.6.0 (unreleased)
|
### 0.5.6 (unreleased)
|
||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
* Allow calldata arrays with dynamically encoded base types with ABIEncoderV2.
|
* Allow calldata arrays with dynamically encoded base types with ABIEncoderV2.
|
||||||
|
Loading…
Reference in New Issue
Block a user