summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2010-07-22 16:19:00 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2010-07-22 16:19:00 +0100
commitbfd0469b8f260dd23070ebbd2420197380c13331 (patch)
tree3c790e70083d84b46b5d23c1e3006e6031dad3fb
parent37c810c38c3d65f559c3b8a4654c913cfca4e5e9 (diff)
ABI has been added, update configure.ac variablesupstream/5.5.3telepathy-mission-control-5.5.3
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c17d270c..3c9f1c7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=1
+MCP_LT_CURRENT=2
MCP_LT_REVISION=0
-MCP_LT_AGE=1
+MCP_LT_AGE=2
AC_SUBST([MCP_LT_CURRENT])
AC_SUBST([MCP_LT_REVISION])
AC_SUBST([MCP_LT_AGE])