diff options
author | chriseth <chris@ethereum.org> | 2018-05-17 00:29:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-17 00:29:47 +0800 |
commit | 3897c36734debe1f028e2a3b5aaf0a8f3e48d984 (patch) | |
tree | 5cad7642db695b4f6ddac505b0bdbd76a17ab3fb | |
parent | 1e45d3ab2e0ca688c2ae48ab657f11496ccebc12 (diff) | |
parent | 3aee975e8853b5865a94208ad1df2e49571531ef (diff) | |
download | dexon-solidity-3897c36734debe1f028e2a3b5aaf0a8f3e48d984.tar.gz dexon-solidity-3897c36734debe1f028e2a3b5aaf0a8f3e48d984.tar.zst dexon-solidity-3897c36734debe1f028e2a3b5aaf0a8f3e48d984.zip |
Merge pull request #4152 from ethereum/incrementVersion
Set version to 0.4.25 - tentatively.
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | Changelog.md | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c05208f..f30872af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(EthPolicy) eth_policy() # project name and version should be set after cmake_policy CMP0048 -set(PROJECT_VERSION "0.4.24") +set(PROJECT_VERSION "0.4.25") project(solidity VERSION ${PROJECT_VERSION}) option(SOLC_LINK_STATIC "Link solc executable statically on supported platforms" OFF) diff --git a/Changelog.md b/Changelog.md index 6a408ae8..9bed7e9c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +### 0.5.0 (unreleased) + + + ### 0.4.24 (2018-05-16) Language Features: |