1
0
Fork 0

build: Bump API version

Next commit will break ABI, and the API version hasn't been bumped since
the 43 branch.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2757>
This commit is contained in:
Michel Dänzer 2022-12-12 10:39:57 +01:00 committed by Marge Bot
parent f8fe7dbdd7
commit 562cf83328

View file

@ -7,7 +7,7 @@ project('mutter', 'c',
split_version = meson.project_version().split('.')
# API version, bump each development cycle
libmutter_api_version = '11'
libmutter_api_version = '12'
mutter_srcdir = meson.current_source_dir()
mutter_builddir = meson.current_build_dir()