summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2024-05-15 08:19:48 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2024-05-15 08:21:39 +0200
commit1126d55f80fb681747d27180f480bb207f50e751 (patch)
treefb759db11f4583ded82345caae67cd769c16bf3e
parentce0e52dd0b5993bd6150fcd33c8b5d932f13f730 (diff)
Bump version to 24.1.0xwayland-24.1.0xwayland-24.1
Xwayland 24.1.0 final release Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1545>
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index ecead562c..c2072dfd0 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '24.0.99.902',
+ version: '24.1.0',
meson_version: '>= 0.56.0',
)
-release_date = '2024-05-02'
+release_date = '2024-05-15'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')