summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2023-02-07 08:26:43 +0100
committerOlivier Fourdan <ofourdan@redhat.com>2023-02-07 08:30:43 +0100
commit92c35190d0b7a4cba445796b557cec5b6aead60c (patch)
tree91161f7aaad74a3587f40174122c7bb7fde2025e
parent8660dd164882ce5fc1f274427e2ff3dc020d6273 (diff)
Bump version to 22.1.8xwayland-22.1.8
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 47ebd4847..c2fcede2c 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '22.1.7',
+ version: '22.1.8',
meson_version: '>= 0.47.0',
)
-release_date = '2022-12-19'
+release_date = '2023-02-07'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')