Increment version number.

This commit is contained in:
chriseth 2019-12-17 13:50:09 +01:00
parent 6453d80c08
commit 35c24befb4
2 changed files with 5 additions and 1 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.5.14")
set(PROJECT_VERSION "0.5.15")
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)
include(TestBigEndian)

View File

@ -762,6 +762,10 @@
"bugs": [],
"released": "2019-12-09"
},
"0.5.15": {
"bugs": [],
"released": "2019-12-17"
},
"0.5.2": {
"bugs": [
"SignedArrayStorageCopy",