Skip to content

Commit

Permalink
Merge pull request ethereum#2512 from ethereum/updateVersion
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
chriseth authored Jul 3, 2017
2 parents 2222dde + bb50366 commit 6e4e627
Show file tree
Hide file tree
Showing 2 changed files with 3 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.12")
set(PROJECT_VERSION "0.4.13")
project(solidity VERSION ${PROJECT_VERSION})

# Let's find our dependencies
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 0.4.13 (unreleased)

### 0.4.12 (2017-07-03)

Features:
Expand Down

0 comments on commit 6e4e627

Please sign in to comment.