summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2015-10-26 13:47:04 -0400
committerAdam Jackson <ajax@redhat.com>2015-10-26 13:47:04 -0400
commitd8b7a900cf912cadb5915b3924dd6ce5a74505e7 (patch)
tree9836517360c251b3c4b52eb9473a4e7d51891293
parent47b00fa4bf3b67736957296492310f7fdd6c0a25 (diff)
xserver 1.17.99.902 (1.18 RC2)xorg-server-1.17.99.902
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 220478a72..9828cabf7 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.17.99.901, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
-RELEASE_DATE="2015-09-01"
-RELEASE_NAME="Nectarine"
+AC_INIT([xorg-server], 1.17.99.902, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE="2015-10-26"
+RELEASE_NAME="Amontillado"
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])