diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-25 10:31:34 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-25 16:36:30 +0200 |
commit | 73efe1f1362f6bed3d74bd92dd2944ca3bb04dc7 (patch) | |
tree | 5e826d53540adf0f546d959764a26ff998a2a142 | |
parent | ac363c358b453eb54670c41675f62461e2f28c58 (diff) |
bump TP_VERSION_MIN_REQUIRED to 0.22
https://bugs.freedesktop.org/show_bug.cgi?id=69797
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1ecc05e..8ca1db9 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ DBUS_REQUIRED=1.1.0 DBUS_GLIB_REQUIRED=0.82 TELEPATHY_GLIB_REQUIRED=0.21.2 -AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_18, [Ignore post 0.18 deprecations]) +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]) GLIB_REQUIRED=2.32 |