[Pkg-telepathy-commits] [telepathy-mission-control-6] 02/280: Break plugin API/ABI

Simon McVittie smcv at debian.org
Thu Mar 27 20:06:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 6fcb62f6d1c3b541a5532380de0eeb3d9c5f7b52
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Sep 10 12:16:50 2013 +0100

    Break plugin API/ABI
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69176
    Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index cf36b1b..c295336 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ esac
 # If API has been removed or changed since last release, change MCP_API (which
 # is part of the directory name under /usr/include) to the version that
 # changed it
-MCP_API_VERSION=5.5
+MCP_API_VERSION=5.15
 AC_SUBST([MCP_API_VERSION])
 
 # If ABI has been removed or changed since last release
@@ -45,9 +45,9 @@ AC_SUBST([MCP_API_VERSION])
 #     set revision to 0
 # else if library source has changed since last release
 #     increment revision
-MCP_LT_CURRENT=5
+MCP_LT_CURRENT=6
 MCP_LT_REVISION=0
-MCP_LT_AGE=5
+MCP_LT_AGE=0
 AC_SUBST([MCP_LT_CURRENT])
 AC_SUBST([MCP_LT_REVISION])
 AC_SUBST([MCP_LT_AGE])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list