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

Commit bcb960e

Browse files
committed
Aleth 1.6.0-rc.0
Bump version: 1.6.0-alpha.1 → 1.6.0-rc.0
1 parent 540b8a5 commit bcb960e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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-alpha.1
2+
current_version = 1.6.0-rc.0
33
commit = True
44
message = Aleth {new_version}
55

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
- Fixed: [#5539](https://github.com/ethereum/aleth/pull/5539) Fix logic for determining if dao hard fork block header should be requested.
1818
- Fixed: [#5547](https://github.com/ethereum/aleth/pull/5547) Fix unnecessary slow-down of eth_flush RPC method.
1919

20-
[1.6.0]: https://github.com/ethereum/aleth/compare/v1.6.0-alpha.1...master
20+
[1.6.0]: https://github.com/ethereum/aleth/compare/v1.6.0-alpha.1...release/1.6

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-alpha.1)
48+
set(PROJECT_VERSION 1.6.0-rc.0)
4949

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

0 commit comments

Comments
 (0)