xserver: Branch 'xwayland-23.2'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 16 08:32:13 UTC 2023


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

New commits:
commit 9143d93e4e3163dc1b12f02134cb914bdaad8fc4
Author: Olivier Fourdan <ofourdan at redhat.com>
Date:   Wed Aug 16 09:57:54 2023 +0200

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

diff --git a/meson.build b/meson.build
index 60fe529c0..d173c1c4f 100644
--- a/meson.build
+++ b/meson.build
@@ -3,10 +3,10 @@ project('xwayland', 'c',
             'buildtype=debugoptimized',
             'c_std=gnu99',
         ],
-        version: '23.1.99.902',
+        version: '23.2.0',
         meson_version: '>= 0.52.0',
 )
-release_date = '2023-08-02'
+release_date = '2023-08-16'
 
 add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
 cc = meson.get_compiler('c')


More information about the xorg-commit mailing list