summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-05-21 21:14:12 -0400
committerMatthew Barnes <mbarnes@redhat.com>2010-05-21 21:14:12 -0400
commitce4438b43c9d18ebbc69bd6f7af90019e5b38875 (patch)
treee3f91c112a2a50cb103f5d33a8a5c85dff0042fa
parent5c2f5b48fd2e76892f605e92bd1038b431c804a5 (diff)
downloadevolution-data-server-ce4438b43c9d18ebbc69bd6f7af90019e5b38875.tar.gz
Bump libedataserver soname twice.
We screwed up and forgot to bump libedataserver's shared object name when EComponentListener was removed during the 2.29 development cycle. The problem is we now need to bump both master and gnome-2-30 branches, but master was already bumped once when all the deprecated API was removed for 2.31.1. So to keep all the names unique, the gnome-2-30 soname will leapfrog master, and master will leapfrog gnome-2-30. It breaks down like this: Version Shared Object Name Note <= 2.30.1 : libedataserver-1.2.so.11 : == 2.31.1 : libedataserver-1.2.so.12 : Deprecated API removed >= 2.30.2 : libedataserver-1.2.so.13 : EComponentListener removed >= 2.31.2 : libedataserver-1.2.so.14 : EComponentListener removed
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ef4bbf484..d6be60faa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ EDS_MICRO_VERSION=eds_micro_version
dnl ******************************
dnl Libtool versioning
dnl ******************************
-LIBEDATASERVER_CURRENT=12
+LIBEDATASERVER_CURRENT=14
LIBEDATASERVER_REVISION=0
LIBEDATASERVER_AGE=0