Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Aleth 1.7.1
Browse files Browse the repository at this point in the history
Bump version: 1.7.0 → 1.7.1
  • Loading branch information
gumb0 committed Nov 18, 2019
1 parent 30c44a3 commit 92ac2b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.0
current_version = 1.7.1
commit = True
message = Aleth {new_version}

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## [1.7.1] - Unreleased
## [1.7.1] - 2019-11-18

- Fixed: [#5830](https://github.com/ethereum/aleth/pull/5830) Fix cost of ECADD and ECMULL for Istanbul in Mainnet and Ropsten chain configs.

Expand Down Expand Up @@ -85,7 +85,7 @@
- Fixed: [#5181](https://github.com/ethereum/aleth/issues/5181) Fix building on PowerPC architecture where -mtune=generic is not available.


[1.7.1]: https://github.com/ethereum/aleth/compare/v1.7.0...release/1.7.1
[1.7.1]: https://github.com/ethereum/aleth/releases/tag/v1.7.1
[1.7.0]: https://github.com/ethereum/aleth/releases/tag/v1.7.0
[1.6.0]: https://github.com/ethereum/aleth/releases/tag/v1.6.0

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -47,7 +47,7 @@ HunterGate(
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)

project(aleth)
set(PROJECT_VERSION 1.7.0)
set(PROJECT_VERSION 1.7.1)

cable_add_buildinfo_library(PROJECT_NAME aleth)

Expand Down

0 comments on commit 92ac2b7

Please sign in to comment.