Bump minimum libsoup requirement to 2.42.
authorMatthew Barnes <mbarnes@redhat.com>
Wed, 9 Oct 2013 03:29:10 +0000 (23:29 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 25 Oct 2013 17:27:06 +0000 (13:27 -0400)
For SoupSession's "proxy-resolver" read/write property.

configure.ac

index 7f06bf0..999a637 100644 (file)
@@ -43,8 +43,8 @@ m4_define([gdk_minimum_version], [3.2])
 m4_define([gdk_encoded_version], [GDK_VERSION_3_2])
 
 dnl Keep these two definitions in agreement.
-m4_define([soup_minimum_version], [2.40.3])
-m4_define([soup_encoded_version], [SOUP_VERSION_2_40])
+m4_define([soup_minimum_version], [2.42])
+m4_define([soup_encoded_version], [SOUP_VERSION_2_42])
 
 m4_define([gcr_minimum_version], [3.4])
 m4_define([libsecret_minimum_version], [0.5])