diff options
author | Adam Jackson <ajax@redhat.com> | 2015-11-09 16:00:26 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-11-09 16:00:26 -0500 |
commit | 43fb888bd01cf9d3d277e77a52a3d0c93ccff8bd (patch) | |
tree | 93eaf12cb46098a690bd1d26d6904676b0aa6b0f | |
parent | 2203735887ab548b3ee004400d1b89149aae412c (diff) |
xserver 1.18.0xorg-server-1.18.0
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9828cabf7..96c02425a 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.902, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2015-10-26" -RELEASE_NAME="Amontillado" +AC_INIT([xorg-server], 1.18.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2015-11-09" +RELEASE_NAME="Moussaka" AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |