diff options
author | chriseth <chris@ethereum.org> | 2017-07-31 23:58:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 23:58:58 +0800 |
commit | c9afbfe8da7cb7b860c355027786610c1a56a440 (patch) | |
tree | a74201531cf766cf4db6130a0976d5e6443d080d | |
parent | 2abfdb65c8dcda6866143280b7ff1bde094a1419 (diff) | |
parent | 3d7fdba5466285379ccb3df1286d836f1815d5c6 (diff) | |
download | dexon-solidity-c9afbfe8da7cb7b860c355027786610c1a56a440.tar.gz dexon-solidity-c9afbfe8da7cb7b860c355027786610c1a56a440.tar.zst dexon-solidity-c9afbfe8da7cb7b860c355027786610c1a56a440.zip |
Merge pull request #2669 from ethereum/versionIncrement
Increment version to 0.4.15
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | Changelog.md | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b29bc414..60a8158d 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.14") +set(PROJECT_VERSION "0.4.15") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies diff --git a/Changelog.md b/Changelog.md index af301fdd..d36b02b5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +### 0.4.15 (unreleased) + +Features: + +Bugfixes: + ### 0.4.14 (2017-07-31) Features: |