summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2015-09-09 09:40:08 +0000
committerJuan A. Suarez Romero <jasuarez@igalia.com>2015-09-09 09:40:08 +0000
commit1ce9506f1b3bf5a439eec69f94edc372a9605244 (patch)
tree179181ad0bf3e0d9cd656af7e3dabda6caadb0ac
parentee1ae6485cc56b9a3c9cafd7d8898e481756fde1 (diff)
downloadgrilo-1ce9506f1b3bf5a439eec69f94edc372a9605244.tar.gz
build: fix libgrilo soname bump version
In previous release we did a soname bump that forces clients to be rebuild, when actually we don't break any ABI. This commit sets the correct soname version
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f44084e..3e8931b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AC_DEFINE_UNQUOTED(GRLPLS_VERSION, "$GRLPLS_VERSION", [Grilo Pls library version
# Libtool library version, not to confuse with API version
# see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-GRL_LT_VERSION=10:0:0
+GRL_LT_VERSION=10:0:9
GRLNET_LT_VERSION=1:9:1
GRLPLS_LT_VERSION=0:5:0