From d36c32cd4b3e2e4fcfcef169c129830a95af6d9a Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 29 Jul 2009 13:36:38 +0200 Subject: Update ABI version --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 43ba349ea..2c7e4048b 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=27 -LIBEMPATHY_AGE=0 +LIBEMPATHY_CURRENT=28 +LIBEMPATHY_AGE=1 LIBEMPATHY_REVISION=0 -LIBEMPATHY_GTK_CURRENT=25 -LIBEMPATHY_GTK_AGE=0 +LIBEMPATHY_GTK_CURRENT=26 +LIBEMPATHY_GTK_AGE=1 LIBEMPATHY_GTK_REVISION=0 AC_SUBST(LIBEMPATHY_CURRENT) -- cgit From 7d0365eab1fa74ddf72d89d997740f809290b7aa Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 29 Jul 2009 14:21:45 +0200 Subject: Bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2c7e4048b..682f6a7a1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Empathy, 2.27.5, http://bugzilla.gnome.org/browse.cgi?product=empathy) +AC_INIT(Empathy, 2.27.90, http://bugzilla.gnome.org/browse.cgi?product=empathy) AC_PREREQ(2.59) AC_COPYRIGHT([ Copyright (C) 2003-2007 Imendio AB -- cgit