xserver: Branch 'xwayland-23.1'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 22 15:10:16 UTC 2023


 meson.build |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 603c14b96ff741b454b149ed4bde03d71c915b8c
Author: Olivier Fourdan <ofourdan at redhat.com>
Date:   Wed Mar 22 09:31:04 2023 +0100

    Bump version to 23.1.0
    
    Xwayland 23.1.0 final release
    
    Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>

diff --git a/meson.build b/meson.build
index 976e8b1ba..8122164ff 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
             'buildtype=debugoptimized',
             'c_std=gnu99',
         ],
-        version: '23.0.99.902',
+        version: '23.1.0',
         meson_version: '>= 0.52.0',
 )
-release_date = '2023-03-09'
+release_date = '2023-03-22'
 
 add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
 cc = meson.get_compiler('c')


More information about the xorg-commit mailing list