telepathy-idle: bump tp-glib min version deprecations to 0.20

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Thu Sep 12 04:18:59 PDT 2013


Module: telepathy-idle
Branch: master
Commit: ef7c5194fea6c978e00bcc3637bbdcd4f518aa9b
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=ef7c5194fea6c978e00bcc3637bbdcd4f518aa9b

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Thu Sep 12 11:40:40 2013 +0200

bump tp-glib min version deprecations to 0.20

https://bugs.freedesktop.org/show_bug.cgi?id=64122

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index c534f2c..31dd23a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,7 +93,7 @@ PKG_CHECK_MODULES([GLIB],
 
 PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.51, dbus-glib-1 >= 0.51])
 
-AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_18, [Ignore post 0.18 deprecations])
+AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_20, [Ignore post 0.20 deprecations])
 AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs])
 PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.20])
 



More information about the telepathy-commits mailing list