Skip to content
Snippets Groups Projects
Commit b25ad9b8 authored by José Expósito's avatar José Expósito
Browse files

xserver 21.1.14


Signed-off-by: default avatarJosé Expósito <jexposit@redhat.com>
Part-of: <!1734>
parent ba1d14f8
1 merge request!1734Fix for CVE-2024-9632 + bump to v21.1.14
Checking pipeline status
......@@ -26,8 +26,8 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.60)
AC_INIT([xorg-server], 21.1.13, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
RELEASE_DATE="2024-04-12"
AC_INIT([xorg-server], 21.1.14, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
RELEASE_DATE="2024-10-29"
RELEASE_NAME="Caramel Ice Cream"
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
......
......@@ -3,10 +3,10 @@ project('xserver', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
version: '21.1.13',
version: '21.1.14',
meson_version: '>= 0.47.0',
)
release_date = '2024-04-12'
release_date = '2024-10-29'
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])
cc = meson.get_compiler('c')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment