telepathy-salut: bump TP_VERSION to 0.22

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Sep 11 07:05:15 PDT 2013


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

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Sep 11 15:20:16 2013 +0200

bump TP_VERSION to 0.22

We build just fine with it.

---

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

diff --git a/configure.ac b/configure.ac
index 5ac80e0..97422cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,9 +196,9 @@ AC_SUBST(LIBXML2_LIBS)
 
 AC_DEFINE([TP_SEAL_ENABLE], [], [Prevent to use sealed variables])
 AC_DEFINE([TP_DISABLE_SINGLE_INCLUDE], [], [Disable single header include])
-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_GLIB], [telepathy-glib >= 0.20])
+AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_0_22], [Ignore post 0.22 deprecations])
+AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_0_22], [Prevent post 0.22 APIs])
+PKG_CHECK_MODULES([TELEPATHY_GLIB], [telepathy-glib >= 0.21])
 
 AC_SUBST(TELEPATHY_GLIB_CFLAGS)
 AC_SUBST(TELEPATHY_GLIB_LIBS)



More information about the telepathy-commits mailing list