summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2023-06-06 11:18:57 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2023-06-06 11:20:05 +0200
commit79a529dc34ef2fcdf853121004911896e07490fe (patch)
tree619211eb6149c4c9bc69391c9800381454306612
parentf24e14ef41b05bdb0ced33b69b1e64abaab7aecc (diff)
Bump version to 23.1.2xwayland-23.1.2xwayland-23.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 70f632f3c..dfc905e00 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
- version: '23.1.1',
+ version: '23.1.2',
meson_version: '>= 0.52.0',
)
-release_date = '2023-03-29'
+release_date = '2023-06-06'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')