summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2024-04-11 10:47:32 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2024-04-12 10:40:05 +0200
commit596db5424dba0c3855231145923730593c804ea6 (patch)
tree1873e4bef6de59606ac5d86da89853f4a3eddc92
parent751af1243e689242a77c53af473847bc09cce315 (diff)
Bump version to 24.0.99.1
In preparation for a 24.1 release. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1483>
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index b2ecc222c..68bd4c497 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '21.1.99.1',
+ version: '24.0.99.1',
meson_version: '>= 0.56.0',
)
-release_date = '2021-07-05'
+release_date = '2024-04-11'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')