From 2772cd22cc987b134caa657c6a9c421a04a2286d Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 25 Mar 2016 18:28:37 +0000 Subject: [PATCH 1/2] Update copyrights --- blkmaker.c | 2 +- blkmaker_jansson.c | 2 +- blktemplate.c | 2 +- blktemplate.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blkmaker.c b/blkmaker.c index f0b8974..98bc7cc 100644 --- a/blkmaker.c +++ b/blkmaker.c @@ -1,5 +1,5 @@ /* - * Copyright 2012-2014 Luke Dashjr + * Copyright 2012-2016 Luke Dashjr * * This program is free software; you can redistribute it and/or modify it * under the terms of the standard MIT license. See COPYING for more details. diff --git a/blkmaker_jansson.c b/blkmaker_jansson.c index 640dcf6..73adb72 100644 --- a/blkmaker_jansson.c +++ b/blkmaker_jansson.c @@ -1,5 +1,5 @@ /* - * Copyright 2012-2014 Luke Dashjr + * Copyright 2012-2016 Luke Dashjr * * This program is free software; you can redistribute it and/or modify it * under the terms of the standard MIT license. See COPYING for more details. diff --git a/blktemplate.c b/blktemplate.c index ede6f4b..055cc69 100644 --- a/blktemplate.c +++ b/blktemplate.c @@ -1,5 +1,5 @@ /* - * Copyright 2012-2013 Luke Dashjr + * Copyright 2012-2016 Luke Dashjr * * This program is free software; you can redistribute it and/or modify it * under the terms of the standard MIT license. See COPYING for more details. diff --git a/blktemplate.h b/blktemplate.h index 67c5311..c7a3abf 100644 --- a/blktemplate.h +++ b/blktemplate.h @@ -1,5 +1,5 @@ /* - * Copyright 2012 Luke Dashjr + * Copyright 2012-2016 Luke Dashjr * * This program is free software; you can redistribute it and/or modify it * under the terms of the standard MIT license. See COPYING for more details. From d2dde7a9edd4ec0360b82dd70be5586163ac2fe8 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 25 Mar 2016 18:32:15 +0000 Subject: [PATCH 2/2] Bump versions for 0.5.3 --- blkmaker.h | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blkmaker.h b/blkmaker.h index 9759da2..b1f4d0f 100644 --- a/blkmaker.h +++ b/blkmaker.h @@ -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); diff --git a/configure.ac b/configure.ac index 41da415..67e3d9e 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.2], + [0.5.3], [luke_libblkmaker@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:2:0]) +AC_SUBST([LIBBLKMAKER_SO_VERSION], [7:0:1]) AC_SUBST([LIBBLKMAKER_API_VERSION], [0.1]) AC_CONFIG_FILES([Makefile