mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 04:20:04 +01:00
Revert "build: Bump the library soname after recent changes"
This reverts commit a94c94fe6b.
Revert so verion bump up since the API has been reverted.
Resolves: https://gitlab.freedesktop.org/upower/upower/-/issues/261
This commit is contained in:
parent
17c14cc63f
commit
b6fb567824
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ project('upower', 'c',
|
|||
],
|
||||
meson_version: '>= 0.56.0')
|
||||
|
||||
soversion = 4
|
||||
current = 0
|
||||
soversion = 3
|
||||
current = 1
|
||||
revision = 0
|
||||
libversion = '@0@.@1@.@2@'.format(soversion, current, revision)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue