summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2023-07-19 17:27:34 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2023-07-19 17:30:22 +0200
commit8ee1e65074ba7230652f2e58af9a921f10f4a54a (patch)
treeee9c5fae9aad8fd75325c207927616dc1a2b0e81
parent8ed4308e00298dc1edb08c2f4557c4c8db0bf1f9 (diff)
Bump version to 23.1.99.901xwayland-23.1.99.901
Xwayland 23.2.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 70879cff3..70d63c20e 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '23.1.99.1',
+ version: '23.1.99.901',
meson_version: '>= 0.52.0',
)
-release_date = '2023-07-07'
+release_date = '2023-07-19'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')