From 065f02d946a798924a1d331769961b940cbf3224 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 28 Oct 2025 17:38:55 +0100 Subject: [PATCH] xserver 21.1.20 Quick release to fix the missing files in 21.1.19. Signed-off-by: Olivier Fourdan Part-of: --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 11df2ce7e..8e2d21d34 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/meson.build b/meson.build index c7133c9f8..39e6e9035 100644 --- a/meson.build +++ b/meson.build @@ -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'