Skip to content

Commit

Permalink
ethash 0.4.4
Browse files Browse the repository at this point in the history
Bump version: 0.4.3 → 0.4.4
  • Loading branch information
chfast committed Feb 26, 2019
1 parent 3601423 commit c73fe2c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.3
current_version = 0.4.4
tag = True
commit = True
message = ethash {new_version}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.4.4] - unreleased
## [0.4.4] - 2019-02-26

- Fixed: [[#125](https://github.com/chfast/ethash/pull/125)]
Fix compilation on PowerPC architectures (-mtune=generic not supported there).
Expand All @@ -27,7 +27,7 @@
- Added: Experimental support for [ProgPoW] [0.9.1][ProgPoW-changelog].


[0.4.4]: https://github.com/chfast/ethash/compare/v0.4.3...release/0.4
[0.4.4]: https://github.com/chfast/ethash/releases/tag/v0.4.4
[0.4.3]: https://github.com/chfast/ethash/releases/tag/v0.4.3
[0.4.2]: https://github.com/chfast/ethash/releases/tag/v0.4.2
[0.4.1]: https://github.com/chfast/ethash/releases/tag/v0.4.1
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.3)
set(PROJECT_VERSION 0.4.4)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)

Expand Down
2 changes: 1 addition & 1 deletion include/ethash/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#pragma once

/** The ethash library version. */
#define ETHASH_VERSION "0.4.3"
#define ETHASH_VERSION "0.4.4"

#ifdef __cplusplus
namespace ethash
Expand Down

0 comments on commit c73fe2c

Please sign in to comment.