summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2023-08-02 15:07:04 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2023-08-02 15:10:29 +0200
commit43cf2002121c18b7d2d650597afae57070251f03 (patch)
tree97dd0db21be2bf0a0b5855c0d0c4a494009c68b4
parent5b39ad9041d22a34a0af00d14697d7fe82c4fc26 (diff)
Bump version to 23.1.99.902xwayland-23.1.99.902
Xwayland 23.2.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 70d63c20e..60fe529c0 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '23.1.99.901',
+ version: '23.1.99.902',
meson_version: '>= 0.52.0',
)
-release_date = '2023-07-19'
+release_date = '2023-08-02'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')