summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-09-16 10:03:49 -0700
committerKeith Packard <keithp@keithp.com>2016-09-16 10:57:23 -0700
commit3ef51c5c74297937002668b0c507fa88550db67e (patch)
treeb186ec2684916d556970e4d9b84a33471c117060
parent86038dfd42d6f6da9646ef2f87b2ab8ccba98e02 (diff)
Bump version to 1.18.99.2xorg-server-1.18.99.2
Prepare for 1.19 RC1 Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4b2b4f67f..190e473b2 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.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
-RELEASE_DATE="2015-11-09"
-RELEASE_NAME="Ouzo"
+AC_INIT([xorg-server], 1.18.99.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE="2016-09-16"
+RELEASE_NAME="Marionberry Pie"
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])