diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-10 10:29:11 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-10 10:29:11 -0800 |
commit | b3533d0b212b6747a8f9a01931253d6bdb648ee2 (patch) | |
tree | 0627b3c292846ffcf011de12a920637620dd407a | |
parent | 9a4d7572fe3be16bb5aded5f48d4217fdf725b1d (diff) |
Bump version to 1.14.99.904 (1.15 RC4)xorg-server-1.14.99.904
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 045dfbe46..8bedd358c 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.14.99.903, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2013-11-23" -RELEASE_NAME="Apple Pie" +AC_INIT([xorg-server], 1.14.99.904, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2013-12-10" +RELEASE_NAME="Chai" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_USE_SYSTEM_EXTENSIONS |