telepathy-mission-control: Break plugin API/ABI
Simon McVittie
smcv at kemper.freedesktop.org
Thu Sep 19 11:42:53 PDT 2013
Module: telepathy-mission-control
Branch: master
Commit: 6fcb62f6d1c3b541a5532380de0eeb3d9c5f7b52
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=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 files 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])
More information about the telepathy-commits
mailing list