xserver 21.1.20

Quick release to fix the missing files in 21.1.19.

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2090>
This commit is contained in:
Olivier Fourdan 2025-10-28 17:38:55 +01:00
parent 3362fec06a
commit 065f02d946
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.60)
AC_INIT([xorg-server], 21.1.19, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
AC_INIT([xorg-server], 21.1.20, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
RELEASE_DATE="2025-10-28"
RELEASE_NAME="Caramel Ice Cream"
AC_CONFIG_SRCDIR([Makefile.am])

View file

@ -3,7 +3,7 @@ project('xserver', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
version: '21.1.19',
version: '21.1.20',
meson_version: '>= 0.47.0',
)
release_date = '2025-10-28'