diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2024-07-10 13:28:57 +0200 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2024-07-10 13:40:59 +0200 |
commit | cec99a3811bc45bcf74309c5c053d0c8a740db54 (patch) | |
tree | d339243baa1312f9a2b19edb534c7bfc6de25524 | |
parent | 8130fa083c535f5debcde5130283288aa7fac1e7 (diff) |
Bump version to 24.1.1xwayland-24.1.1
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1602>
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index c2072dfd0..05d96a73a 100644 --- a/meson.build +++ b/meson.build @@ -3,10 +3,10 @@ project('xwayland', 'c', 'buildtype=debugoptimized', 'c_std=gnu99', ], - version: '24.1.0', + version: '24.1.1', meson_version: '>= 0.56.0', ) -release_date = '2024-05-15' +release_date = '2024-07-10' add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc']) cc = meson.get_compiler('c') |