diff options
author | Adam Jackson <ajax@redhat.com> | 2017-10-12 12:32:31 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-10-12 12:32:31 -0400 |
commit | b96e982e3a43513549636850186ff80a82190f64 (patch) | |
tree | 8c4a291e015492db9c6252157a3186650892dda0 | |
parent | 95f605b42d8bbb6bea2834a1abfc205981c5b803 (diff) | |
download | xserver-b96e982e3a43513549636850186ff80a82190f64.tar.gz |
xserver 1.19.5xorg-server-1.19.5
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 682c655d8..d65c08e1a 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.19.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2017-10-04" -RELEASE_NAME="French Onion Soup" +AC_INIT([xorg-server], 1.19.5, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2017-10-12" +RELEASE_NAME="Shahi Paneer" AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |