[gnome-dictionary] Bump the libgdict soname
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary] Bump the libgdict soname
- Date: Mon, 23 Feb 2015 15:33:47 +0000 (UTC)
commit fa69aa0178404f29c4be3ddf189a9bc1d51dcd67
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Feb 23 15:03:00 2015 +0000
Bump the libgdict soname
We changed parts of the ABI.
https://bugzilla.gnome.org/show_bug.cgi?id=745022
configure.ac | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 62810cb..76d0f26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,8 @@ AC_PATH_PROG(GLIB_MKENUMS, [glib-mkenums])
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
+LIBGDICT_LT_VERSION=8:0:0
+AC_SUBST(LIBGDICT_LT_VERSION)
LT_PREREQ([2.2.6])
LT_INIT([disable-static win32-dll])
@@ -49,9 +51,6 @@ LT_LIB_M
## don't rerun to this point if we abort
AC_CACHE_SAVE
-LIBGDICT_LT_VERSION=7:0:1
-AC_SUBST(LIBGDICT_LT_VERSION)
-
# For each cycle:
# first release: increment major += 1, minor = micro = 0;
# each release before API freeze: minor += 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]