meson: increment apiversion

There are ABI breaking changes in libpipewire.
This commit is contained in:
Tanu Kaskinen 2018-12-14 14:12:40 +02:00 committed by Wim Taymans
parent 7104df1b21
commit f80620f1f8

View file

@ -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')