diff options
author | Keith Packard <keithp@keithp.com> | 2014-10-28 21:32:24 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-10-28 21:32:24 -0700 |
commit | e9db7682028bb0464c211c1f7bb6983fcfb6f37b (patch) | |
tree | 9dfd5f7ca52f6ee99b30de3db9a630fcb0657273 | |
parent | 5ff74d68b0cce85e041251efdc76595eac3c89e4 (diff) |
Update to version 1.16.99.901xorg-server-1.16.99.901
1.17 RC1
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 bf385b33f..140e33e45 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.16.99.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2014-07-17" -RELEASE_NAME="Baba Ghanouj" +AC_INIT([xorg-server], 1.16.99.901, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2014-10-28" +RELEASE_NAME="Chanterelle" AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |