diff --git a/configure.ac b/configure.ac index b6a9145e1eb1ddc633ccb15dc09f35e09767ad1d..a51a0ee1fb1e409a6b2876d9b202ff7c66b294cf 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 c7cf31cd9ab4bed55d43b132a4fa6d1c4fff228c..0531463f510ec1bd74540fcff179d4cfe8e8beb2 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')