summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2022-01-05 20:47:57 -0600
committerPatrick Griffis <pgriffis@igalia.com>2022-01-05 20:47:57 -0600
commit25a728020c4b53b5db4c4c675070e92f947fbd4d (patch)
treebdb8df9712d4f4ec88b940f6da36399ef212ff51 /meson.build
parent3b8768e6dabc539ee523ac3579307c4d4ab4dd6b (diff)
downloadlibsoup-25a728020c4b53b5db4c4c675070e92f947fbd4d.tar.gz
3.0.43.0.4
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 2e25a7d4..faeb5019 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '3.0.3',
+ version: '3.0.4',
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.3'
+libversion = '0.0.4'
apiversion = '3.0'
soversion = libversion.split('.')[0]
libsoup_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)