aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schink <dev@zapb.de>2020-07-11 13:35:11 +0200
committerMarc Schink <dev@zapb.de>2020-07-11 13:38:39 +0200
commitb68064986df309898173946e66b0cc4516ad3fd2 (patch)
tree92c8349e830226b3c43991baf35c08d3cfcbcbe7
parentc03f71a21428de3a552f12198f5a37ee9211b46c (diff)
downloadlibjaylink-b68064986df309898173946e66b0cc4516ad3fd2.zip
libjaylink-b68064986df309898173946e66b0cc4516ad3fd2.tar.gz
libjaylink-b68064986df309898173946e66b0cc4516ad3fd2.tar.bz2
Bump libtool version to 1:0:1
The last release (0.1.0) had the libtool version 0:0:0. Since this release adds interfaces, the new version is 1:0:1. Signed-off-by: Marc Schink <dev@zapb.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cc07a83..5affd93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,7 @@ JAYLINK_SET_PACKAGE_VERSION([JAYLINK_VERSION_PACKAGE], [AC_PACKAGE_VERSION])
# Libtool interface version of libjaylink. This is not the same as the package
# version. For information about the versioning system of libtool, see:
# http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
-JAYLINK_SET_LIBRARY_VERSION([JAYLINK_VERSION_LIBRARY], [0:0:0])
+JAYLINK_SET_LIBRARY_VERSION([JAYLINK_VERSION_LIBRARY], [1:0:1])
AC_ARG_ENABLE([subproject-build], AS_HELP_STRING([--enable-subproject-build],
[enable sub-project build [default=no]]))