diff options
author | Keith Packard <keithp@keithp.com> | 2013-10-18 17:31:01 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-10-18 17:31:01 -0700 |
commit | 8db4121a3c7104548fd4a138ac1d1bdea5fd22d9 (patch) | |
tree | e54ea7a29a1d0a3dd7220f8fdc67cd2f62412c14 | |
parent | e3220d7bae4548bf64e5879c981ad070ac1f78f7 (diff) |
Update to version 1.14.99.3xorg-server-1.14.99.3
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 67ef3c24a..7b4e70fe7 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.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2013-10-04" -RELEASE_NAME="Chicory Coffee" +AC_INIT([xorg-server], 1.14.99.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2013-10-18" +RELEASE_NAME="Bundaberg" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |