[Pkg-bitcoin-commits] [libblkmaker] 01/01: Imported Upstream version 0.5.2

Dmitry Smirnov onlyjob at moszumanska.debian.org
Sun Nov 15 23:42:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch upstream
in repository libblkmaker.

commit 1e71e70 (upstream)
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Sun Nov 15 23:41:59 2015

    Imported Upstream version 0.5.2
---
 blkmaker.h   | 2 +-
 configure.ac | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/blkmaker.h b/blkmaker.h
index 70a3c86..9759da2 100644
--- a/blkmaker.h
+++ b/blkmaker.h
@@ -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);
 
diff --git a/configure.ac b/configure.ac
index cf81819..41da415 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl * under the terms of the standard MIT license.  See COPYING for more details
 
 AC_INIT(
 	[libblkmaker],
-	[0.5.1],
+	[0.5.2],
 	[luke_libblkmaker at dashjr.org],
 	[libblkmaker],
 	[http://gitorious.org/bitcoin/libblkmaker])
@@ -19,7 +19,7 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 LT_INIT([disable-static])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([LIBBLKMAKER_SO_VERSION], [6:1:0])
+AC_SUBST([LIBBLKMAKER_SO_VERSION], [6:2:0])
 AC_SUBST([LIBBLKMAKER_API_VERSION], [0.1])
 
 AC_CONFIG_FILES([Makefile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libblkmaker.git



More information about the Pkg-bitcoin-commits mailing list