Skip to content

Commit

Permalink
Merge pull request ethereum#3679 from ethereum/updateVersion
Browse files Browse the repository at this point in the history
Set version to 0.4.22.
  • Loading branch information
chriseth authored Mar 7, 2018
2 parents 15920dc + 16780ea commit b5e804b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions 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.21")
set(PROJECT_VERSION "0.4.22")
project(solidity VERSION ${PROJECT_VERSION})

option(SOLC_LINK_STATIC "Link solc executable statically on supported platforms" OFF)
Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 0.4.22 (unreleased)

Features:


Bugfixes:



### 0.4.21 (2018-03-07)

Features:
Expand Down

0 comments on commit b5e804b

Please sign in to comment.