Bump API version
It has been a while since we branched, and there have been enough divergence already to justify a bump. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3836>
This commit is contained in:
parent
eb8c2f600a
commit
42e5c7bd9c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ project('mutter', 'c',
|
|||
split_version = meson.project_version().split('.')
|
||||
|
||||
# API version, bump each development cycle
|
||||
libmutter_api_version = '14'
|
||||
libmutter_api_version = '15'
|
||||
|
||||
mutter_srcdir = meson.current_source_dir()
|
||||
mutter_builddir = meson.current_build_dir()
|
||||
|
|
Loading…
Reference in a new issue