diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2024-04-17 08:51:49 +0200 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2024-04-17 08:56:13 +0200 |
commit | 84b6d7e2c50514c40b905e8bf59726436c518cf4 (patch) | |
tree | 492d1181592dfd22acbdf9db33471da344890681 | |
parent | 596db5424dba0c3855231145923730593c804ea6 (diff) |
Bump version to 24.0.99.901xwayland-24.0.99.901
Xwayland 24.1.0 release candidate 1.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1489>
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 68bd4c497..6ef2b1123 100644 --- a/meson.build +++ b/meson.build @@ -3,10 +3,10 @@ project('xwayland', 'c', 'buildtype=debugoptimized', 'c_std=gnu99', ], - version: '24.0.99.1', + version: '24.0.99.901', meson_version: '>= 0.56.0', ) -release_date = '2024-04-11' +release_date = '2024-04-17' add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc']) cc = meson.get_compiler('c') |