aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-14 04:49:29 +0800
committerGitHub <noreply@github.com>2018-09-14 04:49:29 +0800
commit8b089cc849b534e45edeccb2abcf86b02bb43002 (patch)
tree1eace49bdf80eb76b300157b5f60e25501526e57
parente7daed68c1977683546ac3e72d4f84ff538f6711 (diff)
parenta0e8d3ca6ebb9fb8a69a4fc392b8af57f5141ab1 (diff)
downloaddexon-solidity-8b089cc849b534e45edeccb2abcf86b02bb43002.tar
dexon-solidity-8b089cc849b534e45edeccb2abcf86b02bb43002.tar.gz
dexon-solidity-8b089cc849b534e45edeccb2abcf86b02bb43002.tar.bz2
dexon-solidity-8b089cc849b534e45edeccb2abcf86b02bb43002.tar.lz
dexon-solidity-8b089cc849b534e45edeccb2abcf86b02bb43002.tar.xz
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
-rw-r--r--CMakeLists.txt2
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)