[libgrss] Increased Glib required version



commit 87966af3fd706278ac78394b631a1e7571862ae3
Author: Roberto Guido <bob4job gmail com>
Date:   Wed Dec 25 00:08:49 2013 +0100

    Increased Glib required version

 README       |    4 ++--
 configure.ac |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index 5d697da..733eab8 100644
--- a/README
+++ b/README
@@ -8,11 +8,11 @@ REQUIREMENTS
 -------------------------------------------------------------------------------
 libgrss depends on:
 
-  - libglib2 >= 2.30.2
+  - libglib2 >= 2.32.4
   - gtk-doc-tools >= 1.18
   - gnome-doc-utils >= 0.20.10
   - libxml2 >= 2.7.8
-  - libsoup-2.4 >= 2.36.1
+  - libsoup-2.4 >= 2.38.1
   - libgirepository1.0-dev >= 1.32
 
 INSTALLATION
diff --git a/configure.ac b/configure.ac
index 7708a45..62d3cb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,9 +16,9 @@ m4_define([lt_revision], [libgrss_interface_age])
 m4_define([lt_age],
           [m4_eval(libgrss_binary_age - libgrss_interface_age)])
 
-m4_define([glib_req_version], [2.30.2])
+m4_define([glib_req_version], [2.32.4])
 m4_define([xml_req_version], [2.7.8])
-m4_define([soup_req_version], [2.36.1])
+m4_define([soup_req_version], [2.38.1])
 
 AC_PREREQ([2.59])
 AC_INIT([libgrss], [libgrss_version], [], [libgrss])


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