[libsoup] 3.0.1



commit 9be41160825b8238b482208b46bfe16b2f239ce3
Author: Patrick Griffis <pgriffis igalia com>
Date:   Sun Sep 26 11:24:10 2021 -0500

    3.0.1

 NEWS        | 6 ++++++
 meson.build | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b261eb76..eb4b2d99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 3.0.0 to 3.0.1:
+
+* Move python overrides to upstream pygobject [Patrick Griffis]
+
+* Fix minor build warnings [Patrick Griffis]
+
 Changes in libsoup from 2.99.9 to 3.0.0:
 
 * Remove unused dependency on libxml [Patrick Griffis]
diff --git a/meson.build b/meson.build
index 573a4795..93ba9d42 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '3.0.0',
+        version: '3.0.1',
         meson_version : '>= 0.53',
         license : 'LGPL2',
         default_options : [
@@ -19,7 +19,7 @@ soup_version = meson.project_version()
 #
 # 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 = '0.0.0'
+libversion = '0.0.1'
 apiversion = '3.0'
 soversion = libversion.split('.')[0]
 libsoup_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)


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