20
20
# When bumping the first component version, set the second and third components
21
21
# to 0. When bumping the second version, set the third one to zero.
24
24
soversion = libversion.split('.')[0]
25
25
libsoup_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)