diff options
author | Keith Packard <keithp@keithp.com> | 2012-08-07 16:04:25 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-07 16:20:07 -0700 |
commit | c22c936b35cee60609041ccb7ee52c00b0634d7b (patch) | |
tree | 49463872d2b3ac6a74e79cc6651620e992948417 | |
parent | f94ec283efc922106e7ea1d85771950c66ee8f3b (diff) |
Release 1.12.99.904xorg-server-1.12.99.904
Closing the non-critical bug window for 1.13
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d13df386e..e126355c6 100644 --- a/configure.ac +++ b/configure.ac @@ -26,8 +26,9 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.60) -AC_INIT([xorg-server], 1.12.99.903, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2012-07-25" +AC_INIT([xorg-server], 1.12.99.904, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2012-08-07" +RELEASE_NAME="Sweating Aardvark" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |