[next] telepathy-glib: Fix earliest-required-version checking: I only went back to 0.16

Simon McVittie smcv at kemper.freedesktop.org
Thu May 3 05:47:01 PDT 2012


Module: telepathy-glib
Branch: next
Commit: e02ae4591b92838a74c1f2040da83def31c874c6
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=e02ae4591b92838a74c1f2040da83def31c874c6

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu May  3 12:30:50 2012 +0100

Fix earliest-required-version checking: I only went back to 0.16

---

 telepathy-glib/defs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/defs.h b/telepathy-glib/defs.h
index daa5df4..90ff6aa 100644
--- a/telepathy-glib/defs.h
+++ b/telepathy-glib/defs.h
@@ -190,7 +190,7 @@ G_BEGIN_DECLS
 #if TP_VERSION_MAX_ALLOWED < TP_VERSION_MIN_REQUIRED
 # error "TP_VERSION_MAX_ALLOWED must be >= TP_VERSION_MIN_REQUIRED"
 #endif
-#if TP_VERSION_MIN_REQUIRED < TP_VERSION_0_10
+#if TP_VERSION_MIN_REQUIRED < TP_VERSION_0_16
 # error "TP_VERSION_MIN_REQUIRED must be >= TP_VERSION_0_16"
 #endif
 



More information about the telepathy-commits mailing list