summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2024-05-06 15:26:29 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2024-05-15 08:23:35 +0200
commit9b10be9933c4e814e4b954a848c9ca55b629a91b (patch)
tree2e53df6002b4260bb80307d5c04948069419a5e2
parent557d1e92f7d25539afd5d82d2f5b0974ebca00a9 (diff)
Bump version to 23.2.7xwayland-23.2.7xwayland-23.2
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1544>
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 0d3e724c9..239ac8d3e 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '23.2.6',
+ version: '23.2.7',
meson_version: '>= 0.52.0',
)
-release_date = '2024-04-09'
+release_date = '2024-05-15'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')