diff options
author | Matt Turner <mattst88@gmail.com> | 2020-12-01 10:55:00 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2020-12-01 16:25:37 +0000 |
commit | bc111a2e67e16d4e6d4f3196ab86c22c1e278c45 (patch) | |
tree | d44ed3da6f919c26ce812d9dcbe6bdcdc5bf80c9 | |
parent | 06d1a032ee491547f7037c3ff042065dc2aeaa99 (diff) |
xserver 1.20.10xorg-server-1.20.10
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index b6a9145e1..a51a0ee1f 100644 --- a/configure.ac +++ b/configure.ac @@ -26,9 +26,9 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.60) -AC_INIT([xorg-server], 1.20.9, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server) -RELEASE_DATE="2020-08-25" -RELEASE_NAME="Chicken Parmigiana" +AC_INIT([xorg-server], 1.20.10, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server) +RELEASE_DATE="2020-12-01" +RELEASE_NAME="Chicken Pot Pie" AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) diff --git a/meson.build b/meson.build index c7cf31cd9..0531463f5 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('xserver', 'c', 'buildtype=debugoptimized', 'c_std=gnu99', ], - version: '1.20.9', + version: '1.20.10', meson_version: '>= 0.42.0', ) add_project_arguments('-DHAVE_DIX_CONFIG_H', language: 'c') |