aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-03-10 19:12:14 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-10 19:12:14 +0800
commit473ada169815bf9ba63f820bfbf87660a3500848 (patch)
tree65378c6954b0d17fc445f8e2406f605a9effad61
parent13f00ef5b20a23277c008feab458700ef35a99b8 (diff)
downloadgsoc2013-empathy-473ada169815bf9ba63f820bfbf87660a3500848.tar
gsoc2013-empathy-473ada169815bf9ba63f820bfbf87660a3500848.tar.gz
gsoc2013-empathy-473ada169815bf9ba63f820bfbf87660a3500848.tar.bz2
gsoc2013-empathy-473ada169815bf9ba63f820bfbf87660a3500848.tar.lz
gsoc2013-empathy-473ada169815bf9ba63f820bfbf87660a3500848.tar.xz
gsoc2013-empathy-473ada169815bf9ba63f820bfbf87660a3500848.tar.zst
gsoc2013-empathy-473ada169815bf9ba63f820bfbf87660a3500848.zip
Bump version to prepare for 2.26.0 release
From: Xavier Claessens <xclaesse@gmail.com> svn path=/branches/gnome-2-26/; revision=2662
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 698fca4f2..1e77a73ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(Empathy, 2.25.93, http://bugzilla.gnome.org/browse.cgi?product=empathy)
+AC_INIT(Empathy, 2.26.0, http://bugzilla.gnome.org/browse.cgi?product=empathy)
AC_PREREQ(2.59)
AC_COPYRIGHT([
Copyright (C) 2003-2007 Imendio AB
@@ -9,13 +9,13 @@ AC_COPYRIGHT([
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
-LIBEMPATHY_CURRENT=22
+LIBEMPATHY_CURRENT=23
LIBEMPATHY_AGE=0
LIBEMPATHY_REVISION=0
LIBEMPATHY_GTK_CURRENT=21
LIBEMPATHY_GTK_AGE=2
-LIBEMPATHY_GTK_REVISION=0
+LIBEMPATHY_GTK_REVISION=1
AC_SUBST(LIBEMPATHY_CURRENT)
AC_SUBST(LIBEMPATHY_AGE)