aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-07-30 04:29:36 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-07-30 04:29:36 +0800
commitceeec5aa2d855dc4d7b6243931e3800d93c85be4 (patch)
tree74358f441373f02642d9da0e101d2d95474bcbd8 /configure.ac
parentf4a823cbdc1b56b03208eb1d57bd08a928af9ef0 (diff)
downloadgsoc2013-empathy-ceeec5aa2d855dc4d7b6243931e3800d93c85be4.tar
gsoc2013-empathy-ceeec5aa2d855dc4d7b6243931e3800d93c85be4.tar.gz
gsoc2013-empathy-ceeec5aa2d855dc4d7b6243931e3800d93c85be4.tar.bz2
gsoc2013-empathy-ceeec5aa2d855dc4d7b6243931e3800d93c85be4.tar.lz
gsoc2013-empathy-ceeec5aa2d855dc4d7b6243931e3800d93c85be4.tar.xz
gsoc2013-empathy-ceeec5aa2d855dc4d7b6243931e3800d93c85be4.tar.zst
gsoc2013-empathy-ceeec5aa2d855dc4d7b6243931e3800d93c85be4.zip
Bump soname
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@213 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ebc818f13..bceb5d469 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,14 +18,14 @@ AC_HEADER_STDC
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
-LIBEMPATHY_CURRENT=0
+LIBEMPATHY_CURRENT=1
LIBEMPATHY_AGE=0
LIBEMPATHY_REVISION=0
AC_SUBST(LIBEMPATHY_CURRENT)
AC_SUBST(LIBEMPATHY_AGE)
AC_SUBST(LIBEMPATHY_REVISION)
-LIBEMPATHY_GTK_CURRENT=0
+LIBEMPATHY_GTK_CURRENT=1
LIBEMPATHY_GTK_AGE=0
LIBEMPATHY_GTK_REVISION=0
AC_SUBST(LIBEMPATHY_GTK_CURRENT)