summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-10-24 11:25:27 -0500
committerPatrick Griffis <pgriffis@igalia.com>2021-10-24 11:26:04 -0500
commitead1754ddf7a8935cdaf0372afccf7970856b575 (patch)
treec203201c4f52f5af7801633122a59c7e8e20a249 /meson.build
parent35ff116569428394a114e260d698554adab2501c (diff)
downloadlibsoup-ead1754ddf7a8935cdaf0372afccf7970856b575.tar.gz
3.0.23.0.2
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 aa6d07cd..8fabd754 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '3.0.1',
+ version: '3.0.2',
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.1'
+libversion = '0.0.2'
apiversion = '3.0'
soversion = libversion.split('.')[0]
libsoup_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)