Bump versions for 0.5.3

This commit is contained in:
Luke Dashjr
2016-03-25 18:32:15 +00:00
parent 2772cd22cc
commit d2dde7a9ed
2 changed files with 3 additions and 3 deletions

View File

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