Skip to content

Commit

Permalink
EVMC 6.1.0
Browse files Browse the repository at this point in the history
Bump version: 6.1.0-dev → 6.1.0
  • Loading branch information
chfast committed Jan 24, 2019
1 parent 4aebffc commit 4595b54
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.1.0-dev
current_version = 6.1.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.1.0-dev] - unreleased
## [6.1.0] - 2019-01-24

- Added: [[#174](https://github.com/ethereum/evmc/pull/174)]
The **Istanbul** EVM revision.
Expand Down Expand Up @@ -103,7 +103,7 @@
Constantinople: Storage status is reported back from `evmc_set_storage()`.


[6.1.0-dev]: https://github.com/ethereum/evmc/compare/v6.0.0...HEAD
[6.1.0]: https://github.com/ethereum/evmc/releases/tag/v6.1.0
[6.0.2]: https://github.com/ethereum/evmc/releases/tag/v6.0.2
[6.0.1]: https://github.com/ethereum/evmc/releases/tag/v6.0.1
[6.0.0]: https://github.com/ethereum/evmc/releases/tag/v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()
cable_configure_toolchain(DEFAULT cxx11-pic)

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

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)

Expand Down

0 comments on commit 4595b54

Please sign in to comment.