diff options
author | Keith Packard <keithp@keithp.com> | 2011-02-24 20:45:46 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-02-24 20:45:46 -0800 |
commit | 780a77acce1dd369549ece802b3e2c4006058dfe (patch) | |
tree | 0e9a2d9dd42fb45c811931ab3ca925e6b6be33d2 | |
parent | 229b055bdbc53370944401649234e8a38183f4fb (diff) |
Version bumped to 1.9.99.903 (1.10 RC3)xorg-server-1.9.99.903
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8858e86ed..f3b293940 100644 --- a/configure.ac +++ b/configure.ac @@ -26,8 +26,8 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([xorg-server], 1.9.99.902, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2011-2-18" +AC_INIT([xorg-server], 1.9.99.903, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2011-2-24" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |