mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 16:40:41 -05:00
Post-branch API bump
Since the CI pipeline now runs `meson dist` which includes a test for an up-to-date NEWS entry, post-branch/release version bumps have become unwieldy. It's still useful to increase the API version right after branching though, so return to bumping it manually and do so now. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2053>
This commit is contained in:
parent
cea39b7f0c
commit
892182e999
@ -6,10 +6,8 @@ project('mutter', 'c',
|
||||
|
||||
split_version = meson.project_version().split('.')
|
||||
|
||||
# Automatically increase API version each development cycle,
|
||||
# starting with 0 in 3.23.x
|
||||
api_version = split_version[0].to_int() - 32
|
||||
libmutter_api_version = '@0@'.format(api_version)
|
||||
# API version, bump each development cycle
|
||||
libmutter_api_version = '10'
|
||||
|
||||
mutter_srcdir = meson.current_source_dir()
|
||||
mutter_builddir = meson.current_build_dir()
|
||||
|
Loading…
Reference in New Issue
Block a user