diff options
author | Adam Jackson <ajax@redhat.com> | 2018-03-28 15:47:33 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-03-28 16:34:36 -0400 |
commit | debf75bd0b0ddfec82dad9580efa7d19479b55df (patch) | |
tree | d50a5809a1ea6765e65d4111c6277750d8cbc9ca | |
parent | 726839459cb887a60361cb4779f9871c03f372b1 (diff) |
xserver 1.20 RC2xorg-server-1.19.99.902
Signed-off-by: Adam Jackson <ajax@redhat.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 defb707a2..828d15e95 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.19.99.901, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2018-02-28" -RELEASE_NAME="Broccoli Rabe Lasagna" +AC_INIT([xorg-server], 1.19.99.902, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2018-03-28" +RELEASE_NAME="Ceci Garganelli" 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 9b8da6764..6ad98d23e 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('xserver', 'c', 'buildtype=debugoptimized', 'c_std=gnu99', ], - version: '1.19.99.901', + version: '1.19.99.902', meson_version: '>= 0.42.0', ) add_project_arguments('-DHAVE_DIX_CONFIG_H', language: 'c') |