[grilo/0.2.x] build: fix libgrilo soname bump version



commit 1ce9506f1b3bf5a439eec69f94edc372a9605244
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Sep 9 09:40:08 2015 +0000

    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

 configure.ac |    2 +-
 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]