Bump version to 23.0.99.901

Xwayland 23.1.0 release candidate 1.

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
Olivier Fourdan 2023-02-22 09:40:10 +01:00
parent 92c54bea28
commit c41ff45028

View file

@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
version: '23.0.99.1',
version: '23.0.99.901',
meson_version: '>= 0.52.0',
)
release_date = '2023-02-17'
release_date = '2023-02-22'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')