mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set version to 0.6.4.
This commit is contained in:
parent
a56159368a
commit
9dd9a68c08
@ -10,7 +10,7 @@ include(EthPolicy)
|
||||
eth_policy()
|
||||
|
||||
# project name and version should be set after cmake_policy CMP0048
|
||||
set(PROJECT_VERSION "0.6.3")
|
||||
set(PROJECT_VERSION "0.6.4")
|
||||
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)
|
||||
|
||||
include(TestBigEndian)
|
||||
|
13
Changelog.md
13
Changelog.md
@ -1,3 +1,15 @@
|
||||
### 0.6.4 (unreleased)
|
||||
|
||||
Language Features:
|
||||
|
||||
|
||||
Compiler Features:
|
||||
|
||||
|
||||
Bugfixes:
|
||||
|
||||
|
||||
|
||||
### 0.6.3 (2020-02-18)
|
||||
|
||||
Language Features:
|
||||
@ -6,7 +18,6 @@ Language Features:
|
||||
* Report source locations for structured documentation errors.
|
||||
|
||||
|
||||
|
||||
Compiler Features:
|
||||
* AST: Add a new node for doxygen-style, structured documentation that can be received by contract, function, event and modifier definitions.
|
||||
* Code Generator: Use ``calldatacopy`` instead of ``codecopy`` to zero out memory past input.
|
||||
|
Loading…
Reference in New Issue
Block a user