diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2018-12-14 14:12:40 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2018-12-18 13:54:03 +0000 |
commit | f80620f1f81cf18e155685740c0ff96cef043794 (patch) | |
tree | 7ef47da8d515910398ecaea95f8c2033fbabb9c3 /meson.build | |
parent | 7104df1b210edfe5a355eaafe67491c799fbcccb (diff) |
meson: increment apiversion
There are ABI breaking changes in libpipewire.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index e0e31e03..a4dc6f0e 100644 --- a/meson.build +++ b/meson.build @@ -18,8 +18,8 @@ else endif spaversion = '0.1' -apiversion = '0.2' -soversion = 1 +apiversion = '0.3' +soversion = 0 libversion = '@0@.@1@.0'.format(soversion, pipewire_version_minor.to_int() * 100 + pipewire_version_micro.to_int()) prefix = get_option('prefix') |