Bump libtool version and BLKMAKER_VERSION for 0.2.0

Note that internal API version is being left at 0.1 since it is backward compatible
This commit is contained in:
Luke Dashjr
2012-10-28 06:21:26 +00:00
parent 2dff502081
commit ca3cf01738
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
#include <blktemplate.h>
#define BLKMAKER_VERSION (1L)
#define BLKMAKER_VERSION (2L)
#define BLKMAKER_MAX_BLOCK_VERSION (2)
extern bool (*blkmk_sha256_impl)(void *hash_out, const void *data, size_t datasz);

View File

@@ -13,7 +13,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], [1:1:1])
AC_SUBST([LIBBLKMAKER_SO_VERSION], [2:0:2])
AC_SUBST([LIBBLKMAKER_API_VERSION], [0.1])
AC_CONFIG_FILES([Makefile