summaryrefslogtreecommitdiff
path: root/xserver/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2022-02-20 17:41:37 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2022-02-20 17:41:37 +0000
commitc259179a37a495b4e22c6787185a50171358d838 (patch)
treed6bea7165f184d9d1d0dedd3c6e1d78935655de0 /xserver/configure.ac
parent8e9a1d1ad7c4069aa127b34a72800fbc48c8c994 (diff)
Sync with xorg-server 21.1.3.
This does *not* include the commit that reverts the new computation of the screen resolution from dimensions returned by the screen since many of you told they prefer the new behaviour from 21.1.1. This is going to be discussed again before 7.1
Diffstat (limited to 'xserver/configure.ac')
-rw-r--r--xserver/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/configure.ac b/xserver/configure.ac
index 8641f0e3f..42a883216 100644
--- a/xserver/configure.ac
+++ b/xserver/configure.ac
@@ -26,8 +26,8 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.60)
-AC_INIT([xorg-server], 21.1.1, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
-RELEASE_DATE="2021-11-07"
+AC_INIT([xorg-server], 21.1.3, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
+RELEASE_DATE="2022-01-02"
RELEASE_NAME="Caramel Ice Cream"
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])