aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-01-14 23:27:03 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-01-14 23:27:03 +0800
commitda659f441dc3a8de5b25faa46f43c2e805d3d582 (patch)
tree03d45a780c9dd9e21b86fee3ff5e65425eb2d510 /configure.ac
parent0eb60b40daeff4c8a077b14864ab9f5a898613ee (diff)
downloadgsoc2013-empathy-da659f441dc3a8de5b25faa46f43c2e805d3d582.tar
gsoc2013-empathy-da659f441dc3a8de5b25faa46f43c2e805d3d582.tar.gz
gsoc2013-empathy-da659f441dc3a8de5b25faa46f43c2e805d3d582.tar.bz2
gsoc2013-empathy-da659f441dc3a8de5b25faa46f43c2e805d3d582.tar.lz
gsoc2013-empathy-da659f441dc3a8de5b25faa46f43c2e805d3d582.tar.xz
gsoc2013-empathy-da659f441dc3a8de5b25faa46f43c2e805d3d582.tar.zst
gsoc2013-empathy-da659f441dc3a8de5b25faa46f43c2e805d3d582.zip
Fix authors for fixed bugs in NEWS and release.py, Bump ABI version and prepare for 0.21.5.1 releaseEMPATHY_0_21_5_1
svn path=/trunk/; revision=553
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 6b4735cc2..31fd17016 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(Empathy, 0.21.5, http://bugzilla.gnome.org/browse.cgi?product=empathy)
+AC_INIT(Empathy, 0.21.5.1, http://bugzilla.gnome.org/browse.cgi?product=empathy)
AC_PREREQ(2.59)
AC_COPYRIGHT([
Copyright (C) 2003-2007 Imendio AB
@@ -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=8
-LIBEMPATHY_AGE=1
+LIBEMPATHY_CURRENT=9
+LIBEMPATHY_AGE=2
LIBEMPATHY_REVISION=0
-LIBEMPATHY_GTK_CURRENT=8
-LIBEMPATHY_GTK_AGE=1
+LIBEMPATHY_GTK_CURRENT=9
+LIBEMPATHY_GTK_AGE=0
LIBEMPATHY_GTK_REVISION=0
AC_SUBST(LIBEMPATHY_CURRENT)