[libgdata] build: Bump GLib dependency to 2.44



commit f048a49995879cd60d740b18e1e93145870fb06e
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Aug 8 21:08:36 2017 +0100

    build: Bump GLib dependency to 2.44
    
    This is needed for upcoming changes which use g_autoptr() and GTask.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 README       |    4 ++--
 configure.ac |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/README b/README
index c7e51ee..b0f38c3 100644
--- a/README
+++ b/README
@@ -13,9 +13,9 @@ libgdata is API and ABI stable.
 Dependencies
 ============
 
- • glib-2.0 ≥ 2.38.0
+ • glib-2.0 ≥ 2.44.0
  • libxml-2.0
- • gio-2.0 ≥ 2.17.3
+ • gio-2.0 ≥ 2.44.0
  • libsoup-2.4 ≥ 2.42.0
  • liboauth ≥ 0.9.4
  • json-glib ≥ 0.15.0
diff --git a/configure.ac b/configure.ac
index 3b0530c..25bfb5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,10 +35,10 @@ AC_PATH_PROG([GLIB_GENMARSHAL],[glib-genmarshal])
 AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
 
 # Requirements
-GLIB_REQS=2.38.0
-GLIB_MIN_REQUIRED=GLIB_VERSION_2_38
-GLIB_MAX_ALLOWED='(G_ENCODE_VERSION(2, 38))'
-GIO_REQS=2.17.3
+GLIB_REQS=2.44.0
+GLIB_MIN_REQUIRED=GLIB_VERSION_2_44
+GLIB_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))'
+GIO_REQS=2.44.0
 SOUP_REQS=2.42.0
 SOUP_MIN_REQUIRED=SOUP_VERSION_2_42
 SOUP_MAX_ALLOWED=SOUP_VERSION_2_48


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]