diff --git a/blkmaker.h b/blkmaker.h index 0a0895c..17dfdce 100644 --- a/blkmaker.h +++ b/blkmaker.h @@ -11,7 +11,7 @@ extern "C" { #endif -#define BLKMAKER_VERSION (7L) +#define BLKMAKER_VERSION (8L) #define BLKMAKER_MAX_BLOCK_VERSION (0x3fffffff) #define BLKMAKER_MAX_PRERULES_BLOCK_VERSION (4) diff --git a/configure.ac b/configure.ac index 8072702..1e50db8 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.3], + [0.6.0], [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], [7:0:1]) +AC_SUBST([LIBBLKMAKER_SO_VERSION], [8:0:0]) AC_SUBST([LIBBLKMAKER_API_VERSION], [0.1]) AC_CONFIG_FILES([Makefile