Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Jun 5, 2015
1 parent bca0d4b commit 16c2527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl * under the terms of the standard MIT license. See COPYING for more details

AC_INIT(
[libbase58],
[0.1.3],
[0.1.4],
[luke_libbase58@dashjr.org],
[libbase58])
AC_CONFIG_AUX_DIR([.])
Expand All @@ -18,7 +18,7 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT([])

# 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
libbase58.pc:libbase58.pc.in
Expand Down

0 comments on commit 16c2527

Please sign in to comment.