summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2012-08-26 14:46:57 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-13 21:56:40 -0400
commitb26ae900b01d4049ab6b660ef71528f4cabf19ad (patch)
tree9871f60e75b2fccc296b708523b45c688dc92494
parent7ac1f35327f050c638e536e887a3e6dc17807bfc (diff)
Bump soname
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4ff6114..f6cbed1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,8 @@ dnl - library source changed -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
-m4_define([tp_farstream_lt_current], [2])
-m4_define([tp_farstream_lt_revision], [1])
+m4_define([tp_farstream_lt_current], [3])
+m4_define([tp_farstream_lt_revision], [0])
m4_define([tp_farstream_lt_age], [0])