Merge branch '0.4.x'

This commit is contained in:
Luke Dashjr
2015-11-09 05:55:32 +00:00

View File

@@ -12,7 +12,7 @@ extern "C" {
#endif
#define BLKMAKER_VERSION (6L)
#define BLKMAKER_MAX_BLOCK_VERSION (3)
#define BLKMAKER_MAX_BLOCK_VERSION (4)
extern bool (*blkmk_sha256_impl)(void *hash_out, const void *data, size_t datasz);