File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 6.1.0-dev
2
+ current_version = 6.1.0
3
3
tag = True
4
4
commit = True
5
5
message = EVMC {new_version}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 6.1.0-dev ] - unreleased
3
+ ## [ 6.1.0] - 2019-01-24
4
4
5
5
- Added: [[ #174 ] ( https://github.com/ethereum/evmc/pull/174 )]
6
6
The ** Istanbul** EVM revision.
103
103
Constantinople: Storage status is reported back from ` evmc_set_storage() ` .
104
104
105
105
106
- [ 6.1.0-dev ] : https://github.com/ethereum/evmc/compare/ v6.0.0...HEAD
106
+ [ 6.1.0 ] : https://github.com/ethereum/evmc/releases/tag/ v6.1.0
107
107
[ 6.0.2 ] : https://github.com/ethereum/evmc/releases/tag/v6.0.2
108
108
[ 6.0.1 ] : https://github.com/ethereum/evmc/releases/tag/v6.0.1
109
109
[ 6.0.0 ] : https://github.com/ethereum/evmc/releases/tag/v6.0.0
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ endif()
29
29
cable_configure_toolchain(DEFAULT cxx11-pic)
30
30
31
31
project (evmc)
32
- set (PROJECT_VERSION 6.1.0-dev )
32
+ set (PROJECT_VERSION 6.1.0)
33
33
34
34
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
35
35
You can’t perform that action at this time.
0 commit comments