mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Increment version number.
This commit is contained in:
parent
6453d80c08
commit
35c24befb4
@ -10,7 +10,7 @@ include(EthPolicy)
|
||||
eth_policy()
|
||||
|
||||
# project name and version should be set after cmake_policy CMP0048
|
||||
set(PROJECT_VERSION "0.5.14")
|
||||
set(PROJECT_VERSION "0.5.15")
|
||||
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)
|
||||
|
||||
include(TestBigEndian)
|
||||
|
@ -762,6 +762,10 @@
|
||||
"bugs": [],
|
||||
"released": "2019-12-09"
|
||||
},
|
||||
"0.5.15": {
|
||||
"bugs": [],
|
||||
"released": "2019-12-17"
|
||||
},
|
||||
"0.5.2": {
|
||||
"bugs": [
|
||||
"SignedArrayStorageCopy",
|
||||
|
Loading…
Reference in New Issue
Block a user