diff options
author | José Expósito <jexposit@redhat.com> | 2024-10-29 14:36:49 +0100 |
---|---|---|
committer | José Expósito <jexposit@redhat.com> | 2024-10-29 16:27:04 +0100 |
commit | 3bfef8d7c06ca6a380b1e23ca5ec0675a302cc90 (patch) | |
tree | 81d502e7fbcea6ed4d790f593c5cf4fd05a30c9f | |
parent | 26120df7aae6b5bf8086fb4d871d3b1a07ddacdb (diff) |
Bump version to 24.1.4xwayland-24.1.4xwayland-24.1
Signed-off-by: José Expósito <jexposit@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1735>
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index e8277e312..1ff57990c 100644 --- a/meson.build +++ b/meson.build @@ -3,10 +3,10 @@ project('xwayland', 'c', 'buildtype=debugoptimized', 'c_std=gnu99', ], - version: '24.1.3', + version: '24.1.4', meson_version: '>= 0.56.0', ) -release_date = '2024-10-02' +release_date = '2024-10-29' add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc']) cc = meson.get_compiler('c') |