Skip to content

Commit

Permalink
evmone 0.4.1
Browse files Browse the repository at this point in the history
Bump version: 0.4.1-dev -> 0.4.1
  • Loading branch information
chfast committed Apr 1, 2020
1 parent 2e0c05a commit 66d8b1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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 = 0.4.1-dev
current_version = 0.4.1
tag = True
sign_tags = True
tag_message = evmone {new_version}
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].


## [0.4.1]unreleased
## [0.4.1]2020-04-01

### Fixed

Expand Down Expand Up @@ -163,6 +163,7 @@ It delivers fully-compatible and high-speed EVM implementation.
- The [intx 0.2.0](https://github.com/chfast/intx/releases/tag/v0.2.0) library is used for 256-bit precision arithmetic.


[0.4.1]: https://github.com/ethereum/evmone/releases/tag/v0.4.1
[0.4.0]: https://github.com/ethereum/evmone/releases/tag/v0.4.0
[0.3.0]: https://github.com/ethereum/evmone/releases/tag/v0.3.0
[0.2.0]: https://github.com/ethereum/evmone/releases/tag/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release Debug)
include(Hunter/init)

project(evmone LANGUAGES CXX)
set(PROJECT_VERSION 0.4.1-dev)
set(PROJECT_VERSION 0.4.1)

string(REGEX MATCH "([0-9]+)\\.([0-9]+)" _ ${PROJECT_VERSION})
set(PROJECT_VERSION_MAJOR ${CMAKE_MATCH_1})
Expand Down

0 comments on commit 66d8b1e

Please sign in to comment.