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

Commit e053b42

Browse files
committed
Aleth 1.7.2
Bump version: 1.7.1 → 1.7.2
1 parent dfb76ed commit e053b42

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.1
2+
current_version = 1.7.2
33
commit = True
44
message = Aleth {new_version}
55

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.7.2] - Unreleased
3+
## [1.7.2] - 2019-11-22
44

55
- Fixed: [#5834](https://github.com/ethereum/aleth/pull/5834) Fix segmentation fault during sync.
66
- Fixed: [#5841](https://github.com/ethereum/aleth/pull/5841) Revert the change introduced in 1.7.0 to wait 2 secods after sending `Disconnect` to peer before closing the socket, as it caused instabilty during sync.
@@ -90,7 +90,7 @@
9090
- Fixed: [#5181](https://github.com/ethereum/aleth/issues/5181) Fix building on PowerPC architecture where -mtune=generic is not available.
9191

9292

93-
[1.7.2]: https://github.com/ethereum/aleth/compare/v1.7.1..release/1.7
93+
[1.7.2]: https://github.com/ethereum/aleth/releases/tag/v1.7.2
9494
[1.7.1]: https://github.com/ethereum/aleth/releases/tag/v1.7.1
9595
[1.7.0]: https://github.com/ethereum/aleth/releases/tag/v1.7.0
9696
[1.6.0]: https://github.com/ethereum/aleth/releases/tag/v1.6.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ HunterGate(
4747
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)
4848

4949
project(aleth)
50-
set(PROJECT_VERSION 1.7.1)
50+
set(PROJECT_VERSION 1.7.2)
5151

5252
cable_add_buildinfo_library(PROJECT_NAME aleth)
5353

0 commit comments

Comments
 (0)