summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-09-26 11:24:10 -0500
committerPatrick Griffis <pgriffis@igalia.com>2021-09-26 11:24:10 -0500
commit9be41160825b8238b482208b46bfe16b2f239ce3 (patch)
tree74f58bddd18db879b38743a97d605c64a6921b93
parentd34c9360458979908ed50df2bfd10bca1221873e (diff)
downloadlibsoup-9be41160825b8238b482208b46bfe16b2f239ce3.tar.gz
3.0.13.0.1
-rw-r--r--NEWS6
-rw-r--r--meson.build4
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)