~vcs-imports/libsoup/master

« back to all changes in this revision

Viewing changes to meson.build

  • Committer: Patrick Griffis
  • Date: 2021-11-24 18:15:52 UTC
  • Revision ID: git-v1:fbf69d004d1ef75bd93a10819378030b4c479bb9
Tags: 3.0.3
3.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project('libsoup', 'c',
2
 
        version: '3.0.2',
 
2
        version: '3.0.3',
3
3
        meson_version : '>= 0.53',
4
4
        license : 'LGPL2',
5
5
        default_options : [
19
19
#
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.
22
 
libversion = '0.0.2'
 
22
libversion = '0.0.3'
23
23
apiversion = '3.0'
24
24
soversion = libversion.split('.')[0]
25
25
libsoup_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)