diff options
author | chriseth <chris@ethereum.org> | 2018-09-14 04:49:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 04:49:29 +0800 |
commit | 8b089cc849b534e45edeccb2abcf86b02bb43002 (patch) | |
tree | 1eace49bdf80eb76b300157b5f60e25501526e57 /CMakeLists.txt | |
parent | e7daed68c1977683546ac3e72d4f84ff538f6711 (diff) | |
parent | a0e8d3ca6ebb9fb8a69a4fc392b8af57f5141ab1 (diff) | |
download | dexon-solidity-8b089cc849b534e45edeccb2abcf86b02bb43002.tar.gz dexon-solidity-8b089cc849b534e45edeccb2abcf86b02bb43002.tar.zst dexon-solidity-8b089cc849b534e45edeccb2abcf86b02bb43002.zip |
Merge pull request #4963 from ethereum/version-0.4.26
Set version to 0.4.26
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f30872af..20b4d97b 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.25") +set(PROJECT_VERSION "0.4.26") project(solidity VERSION ${PROJECT_VERSION}) option(SOLC_LINK_STATIC "Link solc executable statically on supported platforms" OFF) |