diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 03:57:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 03:57:58 +0800 |
commit | bd76eb99e00b099ffe87c00454ec65cec10d22ce (patch) | |
tree | e71ada1fe4cf95bb8f9cb0957f90ad9ec4b898b2 | |
parent | 41c7adaf6bc085f726672f3984002a9d0884f089 (diff) | |
download | gsoc2013-empathy-bd76eb99e00b099ffe87c00454ec65cec10d22ce.tar gsoc2013-empathy-bd76eb99e00b099ffe87c00454ec65cec10d22ce.tar.gz gsoc2013-empathy-bd76eb99e00b099ffe87c00454ec65cec10d22ce.tar.bz2 gsoc2013-empathy-bd76eb99e00b099ffe87c00454ec65cec10d22ce.tar.lz gsoc2013-empathy-bd76eb99e00b099ffe87c00454ec65cec10d22ce.tar.xz gsoc2013-empathy-bd76eb99e00b099ffe87c00454ec65cec10d22ce.tar.zst gsoc2013-empathy-bd76eb99e00b099ffe87c00454ec65cec10d22ce.zip |
Bump ABI version
svn path=/trunk/; revision=1976
-rw-r--r-- | configure.ac | 8 |
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) |