summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2023-02-22 09:40:10 +0100
committerOlivier Fourdan <ofourdan@redhat.com>2023-02-22 10:20:15 +0100
commitc41ff450285c3ccd2781b306ce996ac4529c3e1a (patch)
tree89570e1d9c43633b44430d448b4084b4fc9f670e
parent92c54bea28c3b978b2fc3c1a30edb0c79797b84c (diff)
Bump version to 23.0.99.901xwayland-23.0.99.901
Xwayland 23.1.0 release candidate 1. 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 b89dddf6d..12dbaff23 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '23.0.99.1',
+ version: '23.0.99.901',
meson_version: '>= 0.52.0',
)
-release_date = '2023-02-17'
+release_date = '2023-02-22'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')