diff options
author | Keith Packard <keithp@keithp.com> | 2009-10-01 15:24:58 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-10-01 15:24:58 -0700 |
commit | c07b2368a7dedb66455eea313c06859afa2e1a9c (patch) | |
tree | ffd74484a7afe2338538322e19a7135b946ddb51 | |
parent | fc31f76b6ff735e4a4006c5454c4d496ee8b154a (diff) |
Bump to version 1.6.4.901xorg-server-1.6.4.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 3c19b35ba..e51a18bea 100644 --- a/configure.ac +++ b/configure.ac @@ -26,12 +26,12 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([xorg-server], 1.6.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +AC_INIT([xorg-server], 1.6.4.901, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_MAINTAINER_MODE -RELEASE_DATE="2009-9-27" +RELEASE_DATE="2009-10-1" dnl this gets generated by autoheader, and thus contains all the defines. we dnl don't ever actually use it, internally. |