diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-03 02:45:16 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-03 02:45:16 +0800 |
commit | fcfc7fe3e03865ca2b77e5e017e55ae706c0150e (patch) | |
tree | 203c95191bb5197d09ff87df8e8d238461a7ee0e /configure.ac | |
parent | cfd826fde6555f0441d43fc0857468140b194cd6 (diff) | |
download | gsoc2013-empathy-fcfc7fe3e03865ca2b77e5e017e55ae706c0150e.tar gsoc2013-empathy-fcfc7fe3e03865ca2b77e5e017e55ae706c0150e.tar.gz gsoc2013-empathy-fcfc7fe3e03865ca2b77e5e017e55ae706c0150e.tar.bz2 gsoc2013-empathy-fcfc7fe3e03865ca2b77e5e017e55ae706c0150e.tar.lz gsoc2013-empathy-fcfc7fe3e03865ca2b77e5e017e55ae706c0150e.tar.xz gsoc2013-empathy-fcfc7fe3e03865ca2b77e5e017e55ae706c0150e.tar.zst gsoc2013-empathy-fcfc7fe3e03865ca2b77e5e017e55ae706c0150e.zip |
Prepare for release
svn path=/trunk/; revision=687
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 048433527..7a011df00 100644 --- a/configure.ac +++ b/configure.ac @@ -9,11 +9,11 @@ AC_COPYRIGHT([ # (Interfaces removed: CURRENT++, AGE=0, REVISION=0) # (Interfaces added: CURRENT++, AGE++, REVISION=0) # (No interfaces changed: REVISION++) -LIBEMPATHY_CURRENT=10 +LIBEMPATHY_CURRENT=11 LIBEMPATHY_AGE=0 LIBEMPATHY_REVISION=0 -LIBEMPATHY_GTK_CURRENT=10 +LIBEMPATHY_GTK_CURRENT=11 LIBEMPATHY_GTK_AGE=0 LIBEMPATHY_GTK_REVISION=0 |