diff options
author | Adam Jackson <ajax@redhat.com> | 2018-02-28 12:18:28 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-02-28 12:56:48 -0500 |
commit | cf485c659d93c92b26c4390402575f061eb175f6 (patch) | |
tree | e42f1bdd3647d7c309906e1d40592ef4c97f0207 | |
parent | afccb266edc8b2ca014aec5b2a67bb1627f29fe9 (diff) |
xserver 1.20 RC 1xorg-server-1.19.99.901
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 4d7c24fa9..439d42390 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.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2016-11-18" -RELEASE_NAME="Shrimp-and-grits" +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_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) diff --git a/meson.build b/meson.build index 77d3c9def..4748724e3 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('xserver', 'c', 'buildtype=debugoptimized', 'c_std=gnu99', ], - version: '1.19.99.1', + version: '1.19.99.901', meson_version: '>= 0.42.0', ) add_project_arguments('-DHAVE_DIX_CONFIG_H', language: 'c') |