diff options
author | Keith Packard <keithp@keithp.com> | 2010-12-06 20:45:35 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-12-06 20:45:35 -0800 |
commit | 14983286c489ea1ec6ba4fadbeaec5c2d2ee34e1 (patch) | |
tree | 66e5bae750e48c49358d94367317dc3a6ce6cf37 | |
parent | d96d5f5443358e33e47d1a61f9bd2afd8064a8dd (diff) |
Version bumped to 1.9.99.901 (1.10 RC1)xorg-server-1.9.99.901
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 d1fc37920..b56d3e8a2 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.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2010-10-01" +AC_INIT([xorg-server], 1.9.99.901, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2010-12-06" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |