mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 10:18:04 +02:00
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:
parent
3362fec06a
commit
065f02d946
2 changed files with 2 additions and 2 deletions
|
|
@ -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])
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue