Skip to content

Commit 464d37f

Browse files
committed
ethash 0.5.1-alpha.0
Bump version: 0.5.0 → 0.5.1-alpha.0
1 parent cfb3f35 commit 464d37f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.5.1-alpha.0
33
tag = True
44
sign_tags = True
55
tag_message = ethash {new_version}

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ HunterGate(
3232
)
3333

3434
project(ethash)
35-
set(PROJECT_VERSION 0.5.0)
35+
set(PROJECT_VERSION 0.5.1-alpha.0)
3636

3737
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)
3838

include/ethash/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#pragma once
77

88
/** The ethash library version. */
9-
#define ETHASH_VERSION "0.5.0"
9+
#define ETHASH_VERSION "0.5.1-alpha.0"
1010

1111
#ifdef __cplusplus
1212
namespace ethash

0 commit comments

Comments
 (0)