diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2023-03-29 14:00:14 +0200 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2023-03-29 14:22:52 +0200 |
commit | f44cdcf4660ff70ee0dc9dc1f07ea31f8548837e (patch) | |
tree | dea50855e58ce3c9122c84b4d27454ab496cc152 | |
parent | b3d05255dd1e8ece1636fb07b9461122273785ee (diff) |
Bump version to 22.1.9xwayland-22.1.9
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index c2fcede2c..f4728e8bc 100644 --- a/meson.build +++ b/meson.build @@ -3,10 +3,10 @@ project('xwayland', 'c', 'buildtype=debugoptimized', 'c_std=gnu99', ], - version: '22.1.8', + version: '22.1.9', meson_version: '>= 0.47.0', ) -release_date = '2023-02-07' +release_date = '2023-03-29' add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc']) cc = meson.get_compiler('c') |