diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2024-04-09 11:20:22 +0200 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2024-04-09 11:23:44 +0200 |
commit | db9cde0328aa1bd21210cf5472ca7901697b3713 (patch) | |
tree | b198a9d174f2254affc6e0fed3a9b7892d88f46c | |
parent | c3c2218ab797516e4d63a93a078d77c6ce872d03 (diff) |
Bump version to 23.2.6xwayland-23.2.6
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1480>
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index b1d273e32..0d3e724c9 100644 --- a/meson.build +++ b/meson.build @@ -3,10 +3,10 @@ project('xwayland', 'c', 'buildtype=debugoptimized', 'c_std=gnu99', ], - version: '23.2.5', + version: '23.2.6', meson_version: '>= 0.52.0', ) -release_date = '2024-04-03' +release_date = '2024-04-09' add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc']) cc = meson.get_compiler('c') |