summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-08-21 13:46:34 -0700
committerKeith Packard <keithp@keithp.com>2012-08-21 13:46:34 -0700
commit6619f5c0e1086b57888ff7146e8ed5897b50d440 (patch)
tree6dc5f7b6f4c80e24d5e0b8934ad0ef715c888006
parent3e091e1075dc29120e54ab2ef110b04ce7383ffd (diff)
Relase 1.12.99.905xorg-server-1.12.99.905
RC with updated ABI version numbers. 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 e126355c6..abfe72766 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.12.99.904, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
-RELEASE_DATE="2012-08-07"
-RELEASE_NAME="Sweating Aardvark"
+AC_INIT([xorg-server], 1.12.99.905, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE="2012-08-21"
+RELEASE_NAME="Splashing Orca"
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE