summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-11-24 14:31:02 -0600
committerPatrick Griffis <pgriffis@igalia.com>2021-11-24 14:32:02 -0600
commit2add3502a7de754f4aed61571f6cb45094e8f443 (patch)
treeee1e4360cd0c84eb6c9f3664b347d48e3bb2da10
parent67ea293d2a80061f90c729e6f853bf88c8780b0f (diff)
downloadlibsoup-2add3502a7de754f4aed61571f6cb45094e8f443.tar.gz
2.74.22.74.2
-rw-r--r--NEWS4
-rw-r--r--meson.build4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b7b18b2d..a57354af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in libsoup from 2.74.1 to 2.74.2:
+
+ * Error when libsoup3 is already loaded before libsoup2 [Patrick Griffis]
+
Changes in libsoup from 2.74.0 to 2.74.1:
* Fix support for older versions of Vala [Rico Tzschichholz]
diff --git a/meson.build b/meson.build
index 707eb0d5..3cc56fb9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.74.1',
+ version: '2.74.2',
meson_version : '>=0.50',
license : 'LGPL2',
default_options : 'c_std=c99')
@@ -20,7 +20,7 @@ soup_version_micro = version_arr[2]
#
# When bumping the first component version, set the second and third components
# to 0. When bumping the second version, set the third one to zero.
-libversion = '1.11.1'
+libversion = '1.11.2'
apiversion = '2.4'
soversion = libversion.split('.')[0]
libsoup_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)