summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2025-06-17 14:51:41 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2025-06-17 15:08:26 +0200
commit2c5e87e3dfecbd60bcad5b74cad2cdcf0a992b57 (patch)
tree1047064db9459339159595d54cb2c9695f1e2ee7
parentfce91bcbe20279bbb08f7d1c6b2d0730d1b4f7d6 (diff)
Bump version to 24.1.7xwayland-24.1.7
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2026>
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index d6ce982a7..f57dc5d5f 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '24.1.6',
+ version: '24.1.7',
meson_version: '>= 0.56.0',
)
-release_date = '2025-02-25'
+release_date = '2025-06-17'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')