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

Commit 5c86e01

Browse files
committed
Aleth 1.6.0
Bump version: 1.6.0-rc.1 → 1.6.0
1 parent 64525cc commit 5c86e01

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.6.0-rc.1
2+
current_version = 1.6.0
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.6.0] - Unreleased
3+
## [1.6.0] - 2019-04-16
44

55
- Added: [#5485](https://github.com/ethereum/aleth/pull/5485) aleth-bootnode now by default connects to official Ethereum bootnodes. This can be disabled with `--no-bootstrap` flag.
66
- Added: [#5505](https://github.com/ethereum/aleth/pull/5505) Allow building with libc++ on Linux.
@@ -20,4 +20,4 @@
2020
- Fixed: [#5548](https://github.com/ethereum/aleth/pull/5548) Fix rlp tool for long hexadecimal string inputs.
2121
- Fixed: [#5181](https://github.com/ethereum/aleth/issues/5181) Fix building on PowerPC architecture where -mtune=generic is not available.
2222

23-
[1.6.0]: https://github.com/ethereum/aleth/compare/v1.6.0-alpha.1...release/1.6
23+
[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
@@ -45,7 +45,7 @@ HunterGate(
4545
)
4646

4747
project(aleth)
48-
set(PROJECT_VERSION 1.6.0-rc.1)
48+
set(PROJECT_VERSION 1.6.0)
4949

5050
cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)
5151

0 commit comments

Comments
 (0)