summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2019-03-02 14:13:20 -0800
committerKevin Brace <kevinbrace@gmx.com>2019-03-02 14:13:20 -0800
commit937391523eef6459d1f8b1ae25fe7e1f77b8a12a (patch)
tree301e9c28da9728463f5b5f09103beb4dd398bccd
parenta93f8f74b54accfb94a8c56357e566db76c24b22 (diff)
xserver 1.19.7xorg-server-1.19.7
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1d5101102..b3fd2a023 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.6, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
-RELEASE_DATE="2017-12-20"
-RELEASE_NAME="Lousiana Gumbo"
+AC_INIT([xorg-server], 1.19.7, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
+RELEASE_DATE="2019-03-02"
+RELEASE_NAME="Clemson Hamberder"
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])