summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-09-19 09:02:57 -0700
committerKeith Packard <keithp@keithp.com>2016-09-19 09:02:57 -0700
commitfc1c358b955258ce675e49490de7c3b8ddee2b76 (patch)
treeefac9bbaf1dec80a3d5319c4c2be7da946c3ae54
parent5998da7855750dd947288349a0b14e65db1e3c8c (diff)
Bump to 1.18.99.901 (1.19 RC1)xorg-server-1.18.99.901
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 190e473b2..c09b8543f 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.18.99.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
-RELEASE_DATE="2016-09-16"
-RELEASE_NAME="Marionberry Pie"
+AC_INIT([xorg-server], 1.18.99.901, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE="2016-09-19"
+RELEASE_NAME="Brown Turkey Fig"
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])