Bump version to 24.1.8

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2030>
This commit is contained in:
Olivier Fourdan 2025-06-18 18:00:16 +02:00
parent d2a7903154
commit 449b197e7e

View file

@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
version: '24.1.7',
version: '24.1.8',
meson_version: '>= 0.56.0',
)
release_date = '2025-06-17'
release_date = '2025-06-18'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')