Skip to content

Commit

Permalink
Bump API version
Browse files Browse the repository at this point in the history
We forgot to do this when branching, so let's do it now before
the alpha release.
  • Loading branch information
fmuellner committed Jan 6, 2024
1 parent 5273422 commit e3237ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project('mutter', 'c',
split_version = meson.project_version().split('.')

# API version, bump each development cycle
libmutter_api_version = '13'
libmutter_api_version = '14'

mutter_srcdir = meson.current_source_dir()
mutter_builddir = meson.current_build_dir()
Expand Down

0 comments on commit e3237ed

Please sign in to comment.