diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-15 08:12:05 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-11-15 08:12:05 -0800 |
commit | 7e5c9bdf73e4185ac4cf7f044da0793a5cc3e62c (patch) | |
tree | d6ef92cb9d39f611bcc8155978052f8c0d4865cf | |
parent | ea8efb3a997e15d27d362762e6c85d59487f9864 (diff) |
Bump version to 1.19.0xorg-server-1.19.0
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 395df80fd..f7ab48c23 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.902, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2016-10-28" -RELEASE_NAME="Shigoku" +AC_INIT([xorg-server], 1.19.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2016-11-15" +RELEASE_NAME="Cioppino" AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |