diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-17 06:46:50 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-17 06:46:50 +0800 |
commit | d9042b0721d7fd1742f1f3d1272752f1d61278a8 (patch) | |
tree | 7dc7ee6d720a9323c1b5fa399ab85cf25cf5215b /configure.ac | |
parent | be0c70bda11e4531b675a513da74b0e24b765816 (diff) | |
download | gsoc2013-empathy-d9042b0721d7fd1742f1f3d1272752f1d61278a8.tar gsoc2013-empathy-d9042b0721d7fd1742f1f3d1272752f1d61278a8.tar.gz gsoc2013-empathy-d9042b0721d7fd1742f1f3d1272752f1d61278a8.tar.bz2 gsoc2013-empathy-d9042b0721d7fd1742f1f3d1272752f1d61278a8.tar.lz gsoc2013-empathy-d9042b0721d7fd1742f1f3d1272752f1d61278a8.tar.xz gsoc2013-empathy-d9042b0721d7fd1742f1f3d1272752f1d61278a8.tar.zst gsoc2013-empathy-d9042b0721d7fd1742f1f3d1272752f1d61278a8.zip |
Bump LT version
From: Xavier Claessens <xclaesse@gmail.com>
svn path=/trunk/; revision=2500
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index abdfe750e..eb4cfee57 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=20 +LIBEMPATHY_CURRENT=21 LIBEMPATHY_AGE=0 LIBEMPATHY_REVISION=0 -LIBEMPATHY_GTK_CURRENT=19 -LIBEMPATHY_GTK_AGE=0 +LIBEMPATHY_GTK_CURRENT=20 +LIBEMPATHY_GTK_AGE=1 LIBEMPATHY_GTK_REVISION=0 AC_SUBST(LIBEMPATHY_CURRENT) |