diff options
author | Keith Packard <keithp@keithp.com> | 2014-01-09 11:10:11 +0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-01-09 11:11:22 +0800 |
commit | a92c6406e7f6c0b74fb1cb9361ad904facc0f722 (patch) | |
tree | cfb9d373152bc82e5cf002ac76fdeeb5bd34214f /configure.ac | |
parent | 2ea973e12f5d954211e1d10085a4c74581b43aca (diff) |
Bump release to 1.15.99.900
The merge window for 1.16 is open
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 8f823863d..c9f019210 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.15.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2013-12-27" -RELEASE_NAME="Egg Nog" +AC_INIT([xorg-server], 1.15.99.900, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2014-01-09" +RELEASE_NAME="Golden Gaytime" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_USE_SYSTEM_EXTENSIONS |