diff options
author | Julien Cristau <jcristau@debian.org> | 2010-04-13 11:45:41 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-04-13 09:24:55 -0700 |
commit | 0b676acd47e0d6a675df374b42ddb200deab5d06 (patch) | |
tree | 2ee2c3944a79eee89d2ca77a14130cb16ad2ef83 /configure.ac | |
parent | 1760d2bef9f5b248cb2332f6ebf0220eb02bab42 (diff) |
Bump version in configure.ac
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4c1034f68..b1d511980 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.8.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2010-04-02" +AC_INIT([xorg-server], 1.8.99.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="unreleased" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |