Skip to content

Commit

Permalink
ethash 0.4.0
Browse files Browse the repository at this point in the history
Bump version: 0.4.0-alpha.0 → 0.4.0
  • Loading branch information
chfast committed Dec 4, 2018
1 parent c5b9944 commit c0628da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[bumpversion]
current_version = 0.4.0-alpha.0
current_version = 0.4.0
tag = True
commit = True
message = ethash {new_version}

Bump version: {current_version} → {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<prerel>rc|alpha)\.(?P<prerelver>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{prerel}.{prerelver}
{major}.{minor}.{patch}

[bumpversion:part:prerel]
optional_value = rel
values =
values =
alpha
rc
rel
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ HunterGate(
)

project(ethash)
set(PROJECT_VERSION 0.4.0-alpha.0)
set(PROJECT_VERSION 0.4.0)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)

Expand Down

0 comments on commit c0628da

Please sign in to comment.