mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Bump apiversion and soversion for PW 0.2.x
This commit is contained in:
parent
31d9438b55
commit
77f759eb6e
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ else
|
|||
pipewire_version_nano = 0
|
||||
endif
|
||||
|
||||
apiversion = '0.1'
|
||||
soversion = 0
|
||||
apiversion = '0.2'
|
||||
soversion = 1
|
||||
libversion = '@0@.@1@.0'.format(soversion, pipewire_version_minor.to_int() * 100 + pipewire_version_micro.to_int())
|
||||
|
||||
prefix = get_option('prefix')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue