Skip to content

Commit

Permalink
EVMC 6.0.0
Browse files Browse the repository at this point in the history
Bump version: 6.0.0-dev → 6.0.0
  • Loading branch information
chfast committed Oct 24, 2018
1 parent 73c8443 commit 354ba6f
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 = 6.0.0-dev
current_version = 6.0.0
tag = True
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

## [6.0.0-dev] - unreleased
## [6.0.0] - 2018-10-24

- Added: [[#116](https://github.com/ethereum/evmc/pull/116)]
[EVMC Host implementation example](https://github.com/ethereum/evmc/blob/master/examples/example_host.cpp).
Expand Down Expand Up @@ -79,7 +79,7 @@
Constantinople: Storage status is reported back from `evmc_set_storage()`.


[6.0.0-dev]: https://github.com/ethereum/evmc/compare/v5.2.0...HEAD
[6.0.0]: https://github.com/ethereum/evmc/releases/tag/v6.0.0
[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 6.0.0-dev)
set(PROJECT_VERSION 6.0.0)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)

Expand Down

0 comments on commit 354ba6f

Please sign in to comment.