summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2024-05-02 12:03:51 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2024-05-02 14:14:39 +0200
commit5a4b65433440b6021ce7c2deed0c5b8d3808592e (patch)
tree73006078c54d43d861cf8f7f037c82961d627c24
parent9f28e2a85d4bb29489f2b464291e5de4e78f5c9d (diff)
Bump version to 24.0.99.902xwayland-24.0.99.902
Xwayland 24.1.0 release candidate 2. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1513>
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 6ef2b1123..ecead562c 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '24.0.99.901',
+ version: '24.0.99.902',
meson_version: '>= 0.56.0',
)
-release_date = '2024-04-17'
+release_date = '2024-05-02'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')