summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2024-08-07 11:12:13 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2024-08-07 11:22:21 +0200
commit05a3a4068b2cb90aa501b8cce8caac31b3da30fd (patch)
tree3b50bd50e57335c49096dfc689d806269f7820ea
parent4262fb182b2b51fd0ec8bec30671eb3babe94cb0 (diff)
Bump version to 24.1.2xwayland-24.1.2
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1638>
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 4743d63e1..c1bc0e469 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '24.1.1',
+ version: '24.1.2',
meson_version: '>= 0.56.0',
)
-release_date = '2024-07-10'
+release_date = '2024-08-07'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')