Skip to content

Commit

Permalink
Merge pull request #6621 from ethereum/setVersion
Browse files Browse the repository at this point in the history
Update project version.
  • Loading branch information
chriseth authored Apr 29, 2019
2 parents 1157f9c + 3cb8609 commit 4563c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4563c3f

Please sign in to comment.