summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2023-03-09 10:32:04 +0100
committerOlivier Fourdan <ofourdan@redhat.com>2023-03-09 10:33:27 +0100
commit7f2181bcce665781b4b2708e2538649720bcb69a (patch)
tree88f288670b64a764d77552f0083962a162b12685
parentd11237f11a546002955fdc39b888f697fa26bb6f (diff)
Bump version to 23.0.99.902xwayland-23.0.99.902
Xwayland 23.1.0 release candidate 2. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 08779bd5a..976e8b1ba 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '23.0.99.901',
+ version: '23.0.99.902',
meson_version: '>= 0.52.0',
)
-release_date = '2023-02-22'
+release_date = '2023-03-09'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')