Bump version to 24.1.2

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1638>
This commit is contained in:
Olivier Fourdan 2024-08-07 11:12:13 +02:00
parent 4262fb182b
commit 05a3a4068b

View file

@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
version: '24.1.1',
version: '24.1.2',
meson_version: '>= 0.56.0',
)
release_date = '2024-07-10'
release_date = '2024-08-07'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')