Skip to content

Commit

Permalink
EVMC 5.2.0
Browse files Browse the repository at this point in the history
Bump version: 5.2.0-dev → 5.2.0
  • Loading branch information
chfast committed Aug 28, 2018
1 parent a503fcf commit 224080e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.2.0-dev
current_version = 5.2.0
tag = False
commit = True
message = EVMC {new_version}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [5.2.0-dev] - unreleased
## [5.2.0] - 2018-08-28

- Feature: [[#81](https://github.com/ethereum/evmc/pull/81)]
Use also "evmc_create" function name for loading EVMC DLLs.
Expand Down Expand Up @@ -50,6 +50,6 @@
Constantinople: Storage status is reported back from `evmc_set_storage()`.


[5.2.0-dev]: https://github.com/ethereum/evmc/compare/v5.1.0...HEAD
[5.2.0]: https://github.com/ethereum/evmc/releases/tag/v5.2.0
[5.1.0]: https://github.com/ethereum/evmc/releases/tag/v5.1.0
[5.0.0]: https://github.com/ethereum/evmc/releases/tag/v5.0.0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include(defaults/HunterCacheServers)
include(HunterConfig)

project(evmc)
set(PROJECT_VERSION 5.2.0-dev)
set(PROJECT_VERSION 5.2.0)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)

Expand Down

0 comments on commit 224080e

Please sign in to comment.