diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2024-04-03 17:56:25 +0200 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2024-04-03 17:57:56 +0200 |
commit | 28cfd2f9837792be8d27473f0dae752495cf88db (patch) | |
tree | 720a1442bfbb3acaf7635cbcbbd542af7d471f15 | |
parent | 01941a831811c9fd47ffed5ea96375abeb20c9fc (diff) |
Bump version to 23.2.5xwayland-23.2.5
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1465>
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 2967ad20f..b1d273e32 100644 --- a/meson.build +++ b/meson.build @@ -3,10 +3,10 @@ project('xwayland', 'c', 'buildtype=debugoptimized', 'c_std=gnu99', ], - version: '23.2.4', + version: '23.2.5', meson_version: '>= 0.52.0', ) -release_date = '2024-01-16' +release_date = '2024-04-03' add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc']) cc = meson.get_compiler('c') |