build: Bump the library soname after recent changes

This commit is contained in:
Bastien Nocera 2023-07-06 11:16:27 +02:00
parent 6766602954
commit a94c94fe6b

View file

@ -8,8 +8,8 @@ project('upower', 'c',
],
meson_version: '>= 0.56.0')
soversion = 3
current = 1
soversion = 4
current = 0
revision = 0
libversion = '@0@.@1@.@2@'.format(soversion, current, revision)