aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-12-16 03:57:58 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-12-16 03:57:58 +0800
commitf5c1a1e45ce29701e1c70249705686b14621465c (patch)
treee71ada1fe4cf95bb8f9cb0957f90ad9ec4b898b2 /configure.ac
parent972abb926faf5d2f420bd87bca6acea6007cf9fa (diff)
downloadgsoc2013-empathy-f5c1a1e45ce29701e1c70249705686b14621465c.tar
gsoc2013-empathy-f5c1a1e45ce29701e1c70249705686b14621465c.tar.gz
gsoc2013-empathy-f5c1a1e45ce29701e1c70249705686b14621465c.tar.bz2
gsoc2013-empathy-f5c1a1e45ce29701e1c70249705686b14621465c.tar.lz
gsoc2013-empathy-f5c1a1e45ce29701e1c70249705686b14621465c.tar.xz
gsoc2013-empathy-f5c1a1e45ce29701e1c70249705686b14621465c.tar.zst
gsoc2013-empathy-f5c1a1e45ce29701e1c70249705686b14621465c.zip
Bump ABI version
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1976 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 0457b710c..39cacee10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,12 +9,12 @@ AC_COPYRIGHT([
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
-LIBEMPATHY_CURRENT=17
-LIBEMPATHY_AGE=0
+LIBEMPATHY_CURRENT=18
+LIBEMPATHY_AGE=1
LIBEMPATHY_REVISION=0
-LIBEMPATHY_GTK_CURRENT=16
-LIBEMPATHY_GTK_AGE=1
+LIBEMPATHY_GTK_CURRENT=17
+LIBEMPATHY_GTK_AGE=0
LIBEMPATHY_GTK_REVISION=0
AC_SUBST(LIBEMPATHY_CURRENT)