Bump version to 0.1.4

This commit is contained in:
Luke Dashjr
2015-06-05 03:32:21 +00:00
parent bca0d4bebd
commit 16c2527608

View File

@@ -5,7 +5,7 @@ dnl * under the terms of the standard MIT license. See COPYING for more details
AC_INIT( AC_INIT(
[libbase58], [libbase58],
[0.1.3], [0.1.4],
[luke_libbase58@dashjr.org], [luke_libbase58@dashjr.org],
[libbase58]) [libbase58])
AC_CONFIG_AUX_DIR([.]) AC_CONFIG_AUX_DIR([.])
@@ -18,7 +18,7 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT([]) LT_INIT([])
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
AC_SUBST([LIBBASE58_SO_VERSION], [0:1:0]) AC_SUBST([LIBBASE58_SO_VERSION], [0:2:0])
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
libbase58.pc:libbase58.pc.in libbase58.pc:libbase58.pc.in