diff --git a/configure.ac b/configure.ac
index defb707a213a5e2a926e031246ef3aa586911223..828d15e95c9c93db9300be0faec3cd5040ee88ce 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 9b8da676433020d7be6ef6a0c42c2518cdec4449..6ad98d23e10ba83be471e7ac87322fdb29f93a7b 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')