We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb3f35 commit 464d37fCopy full SHA for 464d37f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.0
+current_version = 0.5.1-alpha.0
3
tag = True
4
sign_tags = True
5
tag_message = ethash {new_version}
CMakeLists.txt
@@ -32,7 +32,7 @@ HunterGate(
32
)
33
34
project(ethash)
35
-set(PROJECT_VERSION 0.5.0)
+set(PROJECT_VERSION 0.5.1-alpha.0)
36
37
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)
38
include/ethash/version.h
@@ -6,7 +6,7 @@
6
#pragma once
7
8
/** The ethash library version. */
9
-#define ETHASH_VERSION "0.5.0"
+#define ETHASH_VERSION "0.5.1-alpha.0"
10
11
#ifdef __cplusplus
12
namespace ethash
0 commit comments