mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
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:
@ -20,8 +20,13 @@ else
|
|||||||
app_id = 'org.gnome.Sysprof'
|
app_id = 'org.gnome.Sysprof'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libsysprof_api_version = 4
|
# All libraries share an ABI revision as they are expected
|
||||||
libsysprof_ui_api_version = 5
|
# 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('.')
|
version_split = meson.project_version().split('.')
|
||||||
datadir = get_option('datadir')
|
datadir = get_option('datadir')
|
||||||
|
|||||||
Reference in New Issue
Block a user