Bump version to 23.2.6

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1480>
This commit is contained in:
Olivier Fourdan 2024-04-09 11:20:22 +02:00
parent c3c2218ab7
commit db9cde0328

View file

@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
version: '23.2.5',
version: '23.2.6',
meson_version: '>= 0.52.0',
)
release_date = '2024-04-03'
release_date = '2024-04-09'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')