Bump version to 24.1.4

Signed-off-by: José Expósito <jexposit@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1735>
This commit is contained in:
José Expósito 2024-10-29 14:36:49 +01:00
parent 26120df7aa
commit 3bfef8d7c0

View file

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