aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-02-10 03:08:13 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-02-10 03:08:13 +0800
commitd908639a21c3101ee88a9de72a1f8e3cf9387dcd (patch)
tree394be2f2463f375997bea5a5f217e57aa812fe4d /configure.ac
parenta3e80d1c7490719f69b269cbdddef4b644bca9b9 (diff)
downloadgsoc2013-empathy-d908639a21c3101ee88a9de72a1f8e3cf9387dcd.tar
gsoc2013-empathy-d908639a21c3101ee88a9de72a1f8e3cf9387dcd.tar.gz
gsoc2013-empathy-d908639a21c3101ee88a9de72a1f8e3cf9387dcd.tar.bz2
gsoc2013-empathy-d908639a21c3101ee88a9de72a1f8e3cf9387dcd.tar.lz
gsoc2013-empathy-d908639a21c3101ee88a9de72a1f8e3cf9387dcd.tar.xz
gsoc2013-empathy-d908639a21c3101ee88a9de72a1f8e3cf9387dcd.tar.zst
gsoc2013-empathy-d908639a21c3101ee88a9de72a1f8e3cf9387dcd.zip
Prepare for 0.21.90 release
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@611 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 3ed951659..baafa5298 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(Empathy, 0.21.6, http://bugzilla.gnome.org/browse.cgi?product=empathy)
+AC_INIT(Empathy, 0.21.90, http://bugzilla.gnome.org/browse.cgi?product=empathy)
AC_PREREQ(2.59)
AC_COPYRIGHT([
Copyright (C) 2003-2007 Imendio AB
@@ -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=9
-LIBEMPATHY_AGE=2
+LIBEMPATHY_CURRENT=10
+LIBEMPATHY_AGE=0
LIBEMPATHY_REVISION=0
-LIBEMPATHY_GTK_CURRENT=9
+LIBEMPATHY_GTK_CURRENT=10
LIBEMPATHY_GTK_AGE=0
LIBEMPATHY_GTK_REVISION=0