diff options
author | Keith Packard <keithp@keithp.com> | 2010-10-01 10:57:48 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-10-01 10:57:48 -0700 |
commit | 533faf7f43cb4b5155a74d78d6144b702e227efa (patch) | |
tree | 50daa1d29f89dd814ab28412bab45529d77ae6f1 | |
parent | a769f4c22a9cfb5ba248c924a66c31ec966bd8a0 (diff) |
Bump version to 1.9.99.1 (1.10 development series)
Make the 1.10 development series distinguishable from the 1.9 branch.
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 479f54fe8..c0bf98f30 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.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2010-08-20" +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_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |