From fb43069972c8eccefcf1beb28251d1ed23c4a20c Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 10 Jul 2009 10:09:23 +0100 Subject: Fixed a copy/paste bug in configure.ac This fixes bug #588021. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0dab5e4fc..e0d92fad3 100644 --- a/configure.ac +++ b/configure.ac @@ -162,7 +162,7 @@ AM_GLIB_GNU_GETTEXT AC_ARG_ENABLE(network-manager, AS_HELP_STRING([--enable-network-manager=@<:@no/yes/auto@:>@], [build with network-manager support]), , - enable_webkit=auto) + enable_network_manager=auto) if test "x$enable_network_manager" != "xno"; then PKG_CHECK_MODULES(NETWORK_MANAGER, -- cgit v1.2.3 From 8dd36644a68e297429a8a8a486df467a0d5d755c Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 15 Jul 2009 11:40:09 +0100 Subject: Bump sonames for libempathy and libempathy-gtk --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e0d92fad3..96fb25b91 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=26 +LIBEMPATHY_CURRENT=27 LIBEMPATHY_AGE=0 LIBEMPATHY_REVISION=0 -LIBEMPATHY_GTK_CURRENT=24 +LIBEMPATHY_GTK_CURRENT=25 LIBEMPATHY_GTK_AGE=0 LIBEMPATHY_GTK_REVISION=0 -- cgit v1.2.3 From 3db15a0c3a67d8f5c03ac88468b107dbabb7c8ef Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 15 Jul 2009 13:32:10 +0100 Subject: start dev of 2.27.5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 96fb25b91..43ba349ea 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Empathy, 2.27.4, http://bugzilla.gnome.org/browse.cgi?product=empathy) +AC_INIT(Empathy, 2.27.5, http://bugzilla.gnome.org/browse.cgi?product=empathy) AC_PREREQ(2.59) AC_COPYRIGHT([ Copyright (C) 2003-2007 Imendio AB -- cgit v1.2.3