diff options
author | Keith Packard <keithp@keithp.com> | 2016-10-28 09:32:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-10-28 09:32:42 -0700 |
commit | 512e75a23b7f6339593c3ae6942f0c420a975fd3 (patch) | |
tree | 05a0a18e7021a183d41d2a571da69e7c16bc3b04 | |
parent | c85f81825e196e96337347e0ce3a538fb2e38f16 (diff) |
Bump to 1.18.99.902 (1.19 RC2)xorg-server-1.18.99.902
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 25168cc67..395df80fd 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.901, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2016-09-19" -RELEASE_NAME="Brown Turkey Fig" +AC_INIT([xorg-server], 1.18.99.902, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2016-10-28" +RELEASE_NAME="Shigoku" AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |