build: bump soname to 6

We are doing a lot of upcoming changes, so just synchronize everything to
our next soname bump.
This commit is contained in:
Christian Hergert
2023-04-25 11:55:13 -07:00
parent dcbeb0f87a
commit 5cbf11db92

View File

@ -20,8 +20,13 @@ else
app_id = 'org.gnome.Sysprof'
endif
libsysprof_api_version = 4
libsysprof_ui_api_version = 5
# All libraries share an ABI revision as they are expected
# to be updated as a set.
soname_major_version = 6
# Temporary until we update meson.build
libsysprof_api_version = soname_major_version
libsysprof_ui_api_version = soname_major_version
version_split = meson.project_version().split('.')
datadir = get_option('datadir')