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:
Kate Hsuan 2024-02-09 14:20:13 +08:00
parent 17c14cc63f
commit b6fb567824

View file

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