summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2024-10-02 10:00:56 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2024-10-02 10:02:15 +0200
commit113245b1ab0b219fa569c808f4da45ffe298e33a (patch)
tree43b73828d3de9b245dd7fd1d47a6b4aa00be3f54
parent0713e7e3824ff897c333c74ded5c51c8a66ea57d (diff)
Bump version to 24.1.3xwayland-24.1.3
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1708>
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index d874fe81e..e8277e312 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '24.1.2',
+ version: '24.1.3',
meson_version: '>= 0.56.0',
)
-release_date = '2024-08-07'
+release_date = '2024-10-02'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')